# clusters/atlas/flux-system/applications/cassandra-auth/kustomization.yaml apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: cassandra-auth namespace: flux-system annotations: kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/cassandra-auth targetNamespace: sso prune: true sourceRef: kind: GitRepository name: flux-system namespace: flux-system dependsOn: - name: keycloak - name: vault - name: vault-injector wait: false timeout: 10m