[stable/wordpress]: Fix indentation of .Values.service.extraPorts. (#15010)

Closes #15009.

Signed-off-by: Robin Elfrink <robin@15augsutus.nl>
This commit is contained in:
Robin Elfrink
2019-06-24 23:54:35 -07:00
committed by Kubernetes Prow Robot
parent 21b3dcbb8e
commit 8e09a65c76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: wordpress
version: 5.12.4
version: 5.12.5
appVersion: 5.2.2
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
nodePort: null
{{- end }}
{{- if .Values.service.extraPorts }}
{{ toYaml .Values.service.extraPorts | indent 6 }}
{{ toYaml .Values.service.extraPorts | indent 4 }}
{{- end }}
selector:
app: "{{ template "wordpress.fullname" . }}"