Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix(zabbixproxy): yaml conversion in VolumeClaimTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsozolins authored Sep 2, 2022
1 parent 6f8b43a commit d3fc584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/statefulset-zabbix-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ spec:
{{- end }}
{{- with .Values.zabbixproxy.extraVolumeClaimTemplate }}
volumeClaimTemplates:
{{- toYaml .Values.zabbixproxy.extraVolumeClaimTemplate | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit d3fc584

Please sign in to comment.