diff --git a/dev.yaml b/dev.yaml new file mode 100644 index 0000000..fd30ffa --- /dev/null +++ b/dev.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: dev-app + namespace: argocd +spec: + project: default + + source: + repoURL: https://git.coopgo.io/soukaina/Argocd-test + targetRevision: HEAD + path: dev + destination: + server: https://kubernetes.default.svc + namespace: argocd-test + + syncPolicy: + syncOptions: + - CreateNamespace=true + + automated: + selfHeal: true + prune: true \ No newline at end of file