Skip to content

Commit 9a857ee

Browse files
committed
fix: correct indentation of extraVolumeMounts
1 parent bf14c17 commit 9a857ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/netbox/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
subPath: superuser_api_token
153153
readOnly: true
154154
{{- if .Values.extraVolumeMounts }}
155-
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 10 }}
155+
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 8 }}
156156
{{- end }}
157157
{{- if .Values.resources }}
158158
resources: {{ toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)