apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: redpanda namespace: argocd spec: project: default source: repoURL: https://git.neuralplatform.ai/will/infrastructure.git targetRevision: main path: servers/legion/k8s/redpanda destination: server: https://kubernetes.default.svc namespace: redpanda syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true