--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: secret-claim-operator namespace: argocd spec: project: k-space.ee source: repoURL: https://github.com/codemowers/operatorlib path: samples/secret-claim-operator targetRevision: HEAD destination: server: 'https://kubernetes.default.svc' namespace: secret-claim-operator syncPolicy: automated: prune: true syncOptions: - CreateNamespace=true