From 071469ce77e55b6a21243a3c49b713054d5effd4 Mon Sep 17 00:00:00 2001 From: Maya Baya Date: Fri, 24 Jun 2022 09:33:19 +0200 Subject: [PATCH] fix: Indent --- helm/wordpress-hardened/templates/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/wordpress-hardened/templates/deployment.yaml b/helm/wordpress-hardened/templates/deployment.yaml index cdd8f75..4a811ad 100644 --- a/helm/wordpress-hardened/templates/deployment.yaml +++ b/helm/wordpress-hardened/templates/deployment.yaml @@ -176,11 +176,11 @@ spec: persistentVolumeClaim: claimName: {{ .Values.pv.wp_content.claimName }} {{- end }} - {{- if .Values.waf.enabled }} + {{- if .Values.waf.enabled }} - name: waf-custom-config configMap: name: {{ include "wordpress-hardened.fullname" . }}-waf-custom-config - {{- end }} - {{- with .Values.pv.extraVolumes }} - {{- toYaml . | nindent 14 }} - {{- end }} + {{- end }} + {{- with .Values.pv.extraVolumes }} + {{- toYaml . | nindent 16 }} + {{- end }}