apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: goldilocks namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: destination: namespace: goldilocks server: https://kubernetes.default.svc project: system source: path: goldilocks repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git targetRevision: HEAD directory: recurse: true --- apiVersion: v1 kind: Namespace metadata: name: goldilocks