Skip to content

Commit

Permalink
fix: Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Baya committed Jun 24, 2022
1 parent dbea214 commit 071469c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/wordpress-hardened/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 071469c

Please sign in to comment.