Skip to content

Commit f5eab08

Browse files
committed
Update path formatting in appSets.yaml.gotmpl to simplify base application directory structure.
1 parent e705e5b commit f5eab08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appSets.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ applicationsets:
220220
{{`{{- if .baseApp }}`}}
221221
- repoURL: {{ .Values | get "repoUrl" "repoUrl missing"}}
222222
targetRevision: HEAD
223-
path: {{`{{ .Values | get "baseDir" "baseDir missing" }}/apps/{{ .baseApp }}`}}
223+
path: {{ `apps/{{ .baseApp }}` }}
224224
{{`{{- end }}`}}
225225
- repoURL: {{ .Values | get "repoUrl" "repoUrl missing"}}
226226
targetRevision: HEAD

0 commit comments

Comments
 (0)