apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: proxy-protocol-shim namespace: argocd spec: destination: name: in-cluster namespace: default project: default source: path: . repoURL: https://github.com/strudelline-net/k8s-proxy-protocol-shim targetRevision: main syncPolicy: automated: prune: true selfHeal: true retry: backoff: duration: 5s factor: 2 maxDuration: 3m0s limit: 10 syncOptions: - CreateNamespace=true