argocd: fix nginx-ingress app manifest

This commit is contained in:
Andrey Kartashov 2019-10-27 02:46:33 +07:00
parent b257c8f893
commit 02e08a2985

View file

@ -8,9 +8,12 @@ metadata:
spec: spec:
destination: destination:
namespace: nginx-ingress namespace: nginx-ingress
server: server: https://kubernetes.default.svc
project: default project: default
source: source:
path: apps/system/nginx-ingress path: apps/system/nginx-ingress
repoURL: git@github.com:gorilych/gf-k8s repoURL: git@github.com:gorilych/gf-k8s
targetRevision: argocd-gitops syncPolicy:
automated:
prune: true
selfHeal: true