Skip to content

Commit fb4eaf1

Browse files
committed
fix(charts): fix drycc-helmbroker-cm addonValues error
1 parent 7c53cc6 commit fb4eaf1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

charts/helmbroker/templates/helmbroker-cm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ data:
1313
- name: {{ .name }}
1414
url: {{ .url }}
1515
{{- end }}
16+
{{- if .Values.addonValues }}
1617
addon-values: |
1718
{{- (tpl .Values.addonValues $) | nindent 4 }}
19+
{{- end }}
1820
{{- end }}

0 commit comments

Comments
 (0)