groups conf

This commit is contained in:
soukainna 2023-07-24 11:57:43 +02:00
parent a2da94f69d
commit 0230ed49ee
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: groups-app
namespace: argocd
spec:
project: default
source:
repoURL: https://git.coopgo.io/soukaina/Argocd-test
targetRevision: HEAD
path: groups
destination:
server: https://kubernetes.default.svc
namespace: argocd-test
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true