We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f3085 commit 1a6ecc0Copy full SHA for 1a6ecc0
apps/argo-apps/apps.yaml
@@ -20,12 +20,13 @@ spec:
20
- path: apps/{{ .path.basename }}
21
repoURL: https://github.com/code4romania/code4ro-k8s.git
22
targetRevision: HEAD
23
+ ref: myRepo
24
- path: charts/universal-app
25
26
27
helm:
28
valueFiles:
- - apps/{{ .path.basename }}/values.yaml
29
+ - $myRepo/apps/{{ .path.basename }}/values.yaml
30
destination:
31
namespace: "{{ .path.basename }}"
32
server: https://kubernetes.default.svc
0 commit comments