diff --git a/clusters/production/flux-cluster.yaml b/clusters/production/flux-cluster.yaml deleted file mode 100644 index 24e2cdd..0000000 --- a/clusters/production/flux-cluster.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 -kind: Kustomization -metadata: - name: production-cluster - namespace: flux-system -spec: - interval: 10m - path: "./clusters/production" - prune: true - sourceRef: - kind: GitRepository - name: flux_bootstrap -