Fix extraVolumeMounts indentation

This commit is contained in:
Alexander Olofsson 2019-07-05 09:57:51 +02:00
parent c94b24a0ec
commit 2fb1c30d4d
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -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