apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: crossplane-provider-localstack namespace: argocd labels: example: localstack-integration spec: project: default source: repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot targetRevision: HEAD path: "stacks/localstack-integration/crossplane-provider-localstack" destination: server: "https://kubernetes.default.svc" namespace: crossplane-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true