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 e705e5b commit f5eab08Copy full SHA for f5eab08
appSets.yaml.gotmpl
@@ -220,7 +220,7 @@ applicationsets:
220
{{`{{- if .baseApp }}`}}
221
- repoURL: {{ .Values | get "repoUrl" "repoUrl missing"}}
222
targetRevision: HEAD
223
- path: {{`{{ .Values | get "baseDir" "baseDir missing" }}/apps/{{ .baseApp }}`}}
+ path: {{ `apps/{{ .baseApp }}` }}
224
{{`{{- end }}`}}
225
226
0 commit comments