diff --git a/charts/netbox/templates/deployment.yaml b/charts/netbox/templates/deployment.yaml index 436cad8..5d79dfb 100644 --- a/charts/netbox/templates/deployment.yaml +++ b/charts/netbox/templates/deployment.yaml @@ -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