From 9e6c4809249a5bc85e5a92a6af724eae5f4e7aae Mon Sep 17 00:00:00 2001 From: soukainna Date: Mon, 24 Jul 2023 11:54:30 +0200 Subject: [PATCH] add config etcd --- etcd/etcd-app.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 etcd/etcd-app.yaml diff --git a/etcd/etcd-app.yaml b/etcd/etcd-app.yaml new file mode 100644 index 0000000..36eb09f --- /dev/null +++ b/etcd/etcd-app.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: etcd-app + namespace: argocd +spec: + project: default + + source: + repoURL: https://git.coopgo.io/soukaina/Argocd-test + targetRevision: HEAD + path: etcd + destination: + server: https://kubernetes.default.svc + namespace: argocd-test + + syncPolicy: + syncOptions: + - CreateNamespace=true + + automated: + selfHeal: true + prune: true \ No newline at end of file