From 2fb1c30d4dfacd084b0268297ee4e9b18ba9e66e Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 5 Jul 2019 09:57:51 +0200 Subject: [PATCH] Fix extraVolumeMounts indentation --- charts/netbox/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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