From 02e08a29853967774cbe6faf197346d585871ba9 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Sun, 27 Oct 2019 02:46:33 +0700 Subject: [PATCH] argocd: fix nginx-ingress app manifest --- main/templates/nginx-ingress.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/main/templates/nginx-ingress.yaml b/main/templates/nginx-ingress.yaml index 1a0341e..5968841 100644 --- a/main/templates/nginx-ingress.yaml +++ b/main/templates/nginx-ingress.yaml @@ -8,9 +8,12 @@ metadata: spec: destination: namespace: nginx-ingress - server: + server: https://kubernetes.default.svc project: default source: path: apps/system/nginx-ingress repoURL: git@github.com:gorilych/gf-k8s - targetRevision: argocd-gitops + syncPolicy: + automated: + prune: true + selfHeal: true