@@ -15,31 +15,33 @@ spec:
1515 metadata :
1616 name : playground-sandbox-{{ .path.basename }}
1717 annotations :
18- kargo.akuity.io/authorized-stage : playground-sandbox:{{ .path.basename }}
18+ kargo.akuity.io/authorized-stage : kargo-project- playground-sandbox:{{ .path.basename }}
1919 spec :
2020 project : apps
2121 sources :
2222 - repoURL : https://github.com/Utwo/k8s-playground
23- path : apps/playground-sandbox/common
24- targetRevision : HEAD
25- - repoURL : https://github.com/Utwo/k8s-playground
26- path : apps/playground-sandbox/envs/{{ .path.basename }}
27- targetRevision : HEAD
28- ref : values
23+ path : playground-sandbox
24+ targetRevision : stage/{{ .path.basename }}
2925 directory :
3026 recurse : true
31- - repoURL : https://github.com/Utwo/playground-sandbox
32- path : ./helm/charts/playground-sandbox
33- targetRevision : HEAD
34- helm :
35- valueFiles :
36- - $values/apps/playground-sandbox/common/values.yaml
37- - $values/apps/playground-sandbox/envs/{{ .path.basename }}/values.yaml
38- parameters :
39- - name : backend.image.tag
40- value : $ARGOCD_APP_REVISION_SHORT
41- - name : frontend.image.tag
42- value : $ARGOCD_APP_REVISION_SHORT
27+ # - repoURL: https://github.com/Utwo/k8s-playground
28+ # path: apps/playground-sandbox/envs/{{ .path.basename }}
29+ # targetRevision: HEAD
30+ # ref: values
31+ # directory:
32+ # recurse: true
33+ # - repoURL: https://github.com/Utwo/playground-sandbox
34+ # path: ./helm/charts/playground-sandbox
35+ # targetRevision: HEAD
36+ # helm:
37+ # valueFiles:
38+ # - $values/apps/playground-sandbox/common/values.yaml
39+ # - $values/apps/playground-sandbox/envs/{{ .path.basename }}/values.yaml
40+ # parameters:
41+ # - name: backend.image.tag
42+ # value: $ARGOCD_APP_REVISION_SHORT
43+ # - name: frontend.image.tag
44+ # value: $ARGOCD_APP_REVISION_SHORT
4345 destination :
4446 name : k3d-apps
4547 namespace : playground-sandbox-{{ .path.basename }}
0 commit comments