argocd: dont manage itself

This commit is contained in:
Andrey Kartashov 2020-12-17 01:44:47 +07:00
parent bead0cb550
commit 1c905f7d10

View file

@ -1,21 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: apps/argocd
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true