Skip to content

Commit 1a6ecc0

Browse files
committed
Update apps.yaml to reference myRepo and adjust valueFiles path for helm chart
1 parent 39f3085 commit 1a6ecc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/argo-apps/apps.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ spec:
2020
- path: apps/{{ .path.basename }}
2121
repoURL: https://github.com/code4romania/code4ro-k8s.git
2222
targetRevision: HEAD
23+
ref: myRepo
2324
- path: charts/universal-app
2425
repoURL: https://github.com/code4romania/code4ro-k8s.git
2526
targetRevision: HEAD
2627
helm:
2728
valueFiles:
28-
- apps/{{ .path.basename }}/values.yaml
29+
- $myRepo/apps/{{ .path.basename }}/values.yaml
2930
destination:
3031
namespace: "{{ .path.basename }}"
3132
server: https://kubernetes.default.svc

0 commit comments

Comments
 (0)