From 27cac3f19105b31a0ccfeb1224bf8bc8c127dfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douze=20B=C3=A9?= <12b@distrilab.fr> Date: Thu, 15 Dec 2022 23:08:45 +0000 Subject: [PATCH] update applications.yaml --- deploy/applications.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/applications.yaml b/deploy/applications.yaml index 42a79cb..7fcb63c 100644 --- a/deploy/applications.yaml +++ b/deploy/applications.yaml @@ -10,8 +10,8 @@ spec: namespace: k8s-poc project: k8s-poc-demo source: - path: deploy/overlays/prod - repoURL: https://git.distrilab.fr/douzeb/k8s-poc-demo.git + path: deploy/k8s-poc-demo/overlays/prod + repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git targetRevision: HEAD # --- # # Argo CD App definition for another app @@ -25,8 +25,8 @@ spec: # namespace: my-namespace # project: my-project # source: -# path: deploy/overlays/prod -# repoURL: https://git.distrilab.fr/douzeb/my-project.git +# path: deploy/my-project/overlays/prod +# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git # targetRevision: HEAD # --- # # Argo CD App definition for another app @@ -40,6 +40,6 @@ spec: # namespace: my-namespace # project: my-project # source: -# path: deploy/overlays/prod -# repoURL: https://git.distrilab.fr/douzeb/my-project.git +# path: deploy/my-project/overlays/prod +# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git # targetRevision: HEAD