diff --git a/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml b/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml index 3cb8a93..36fe774 100644 --- a/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml +++ b/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml @@ -7,7 +7,7 @@ spec: interval: 15m path: ./nfs-subdir-external-provisioner dependsOn: - - name: traefik-config + - name: traefik prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: diff --git a/bootstrap/kustomizations/kustomization-snapshot-controller.yaml b/bootstrap/kustomizations/kustomization-snapshot-controller.yaml deleted file mode 100644 index 05769fc..0000000 --- a/bootstrap/kustomizations/kustomization-snapshot-controller.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: snapshot-controller - namespace: flux-system -spec: - interval: 15m - path: ./snapshot-controller - prune: false # remove any elements later removed from the above path - timeout: 2m # if not set, this defaults to interval duration, which is 1h - sourceRef: - kind: GitRepository - name: flux-system - healthChecks: - - apiVersion: helm.toolkit.fluxcd.io/v2 - kind: HelmRelease - name: snapshot-controller - namespace: snapshot-controller diff --git a/bootstrap/kustomizations/kustomization-traefik-config.yaml b/bootstrap/kustomizations/kustomization-traefik-config.yaml deleted file mode 100644 index cb4a971..0000000 --- a/bootstrap/kustomizations/kustomization-traefik-config.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: traefik-config - namespace: flux-system -spec: - interval: 15m - path: ./traefik-config - dependsOn: - - name: traefik - prune: false # remove any elements later removed from the above path - timeout: 2m # if not set, this defaults to interval duration, which is 1h - sourceRef: - kind: GitRepository - name: flux-system