Skip to content

Commit

Permalink
make appsets pass on values as yaml
Browse files Browse the repository at this point in the history
(for readability in Application manifests
  • Loading branch information
tomklapiscak committed Apr 30, 2024
1 parent 56c8626 commit 791934f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ spec:
path: root-applications/ibm-mas-cluster-root
helm:
releaseName: clusterappset
values: |
{{ `{{toRawJson .}}` }}
values: "{{ `{{ toYaml . }}` }}"
parameters:
- name: "generator.repoURL"
value: "{{ .Values.generator.repoURL }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ spec:
path: root-applications/ibm-mas-instance-root
helm:
releaseName: instanceappset
values: |
{{ `{{toRawJson .}}` }}
values: "{{ `{{ toYaml . }}` }}"
parameters:
- name: "generator.repoURL"
value: "{{ .Values.generator.repoURL }}"
Expand Down

0 comments on commit 791934f

Please sign in to comment.