diff --git a/groups-management/groups-app.yaml b/groups-management/groups-app.yaml new file mode 100644 index 0000000..82d3f49 --- /dev/null +++ b/groups-management/groups-app.yaml @@ -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 \ No newline at end of file