Skip to content

Commit 071469c

Browse files
author
Maya Baya
committed
fix: Indent
1 parent dbea214 commit 071469c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

helm/wordpress-hardened/templates/deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ spec:
176176
persistentVolumeClaim:
177177
claimName: {{ .Values.pv.wp_content.claimName }}
178178
{{- end }}
179-
{{- if .Values.waf.enabled }}
179+
{{- if .Values.waf.enabled }}
180180
- name: waf-custom-config
181181
configMap:
182182
name: {{ include "wordpress-hardened.fullname" . }}-waf-custom-config
183-
{{- end }}
184-
{{- with .Values.pv.extraVolumes }}
185-
{{- toYaml . | nindent 14 }}
186-
{{- end }}
183+
{{- end }}
184+
{{- with .Values.pv.extraVolumes }}
185+
{{- toYaml . | nindent 16 }}
186+
{{- end }}

0 commit comments

Comments
 (0)