Skip to content

Commit

Permalink
configmap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victor98dl committed Mar 5, 2024
1 parent 047accb commit 42ad8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploys/helm-chart/iqos-chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ data:
{{ toYaml .Values.logging | indent 4 }}
{{- end}}
config.json: |-
{{ .Values.config.iqos-xapp.configJson | toPrettyJson | indent 4 }}
{{ .Values.config["iqos-xapp"].configJson | toPrettyJson | indent 4 }}

0 comments on commit 42ad8d8

Please sign in to comment.