apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: vault namespace: flux-system spec: interval: 10m sourceRef: kind: GitRepository name: flux-system namespace: flux-system path: ./services/vault targetNamespace: vault prune: true wait: true dependsOn: - name: helm