update applications.yaml
This commit is contained in:
parent
dfd24b3117
commit
27cac3f191
1 changed files with 6 additions and 6 deletions
|
@ -10,8 +10,8 @@ spec:
|
||||||
namespace: k8s-poc
|
namespace: k8s-poc
|
||||||
project: k8s-poc-demo
|
project: k8s-poc-demo
|
||||||
source:
|
source:
|
||||||
path: deploy/overlays/prod
|
path: deploy/k8s-poc-demo/overlays/prod
|
||||||
repoURL: https://git.distrilab.fr/douzeb/k8s-poc-demo.git
|
repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
# ---
|
# ---
|
||||||
# # Argo CD App definition for another app
|
# # Argo CD App definition for another app
|
||||||
|
@ -25,8 +25,8 @@ spec:
|
||||||
# namespace: my-namespace
|
# namespace: my-namespace
|
||||||
# project: my-project
|
# project: my-project
|
||||||
# source:
|
# source:
|
||||||
# path: deploy/overlays/prod
|
# path: deploy/my-project/overlays/prod
|
||||||
# repoURL: https://git.distrilab.fr/douzeb/my-project.git
|
# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
||||||
# targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
# ---
|
# ---
|
||||||
# # Argo CD App definition for another app
|
# # Argo CD App definition for another app
|
||||||
|
@ -40,6 +40,6 @@ spec:
|
||||||
# namespace: my-namespace
|
# namespace: my-namespace
|
||||||
# project: my-project
|
# project: my-project
|
||||||
# source:
|
# source:
|
||||||
# path: deploy/overlays/prod
|
# path: deploy/my-project/overlays/prod
|
||||||
# repoURL: https://git.distrilab.fr/douzeb/my-project.git
|
# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
||||||
# targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
|
|
Loading…
Reference in a new issue