Fix extraVolumeMounts indentation
This commit is contained in:
parent
c94b24a0ec
commit
2fb1c30d4d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ spec:
|
|||
mountPath: /etc/netbox/media
|
||||
{{- end }}
|
||||
{{- if .Values.extraVolumeMounts }}
|
||||
{{ toYaml .Values.extraVolumeMounts | indent 10 }}
|
||||
{{ toYaml .Values.extraVolumeMounts | indent 12 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
- name: nginx
|
||||
|
|
Loading…
Reference in a new issue