mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/wordpress]: Fix indentation of .Values.service.extraPorts. (#15010)
Closes #15009. Signed-off-by: Robin Elfrink <robin@15augsutus.nl>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
21b3dcbb8e
commit
8e09a65c76
@@ -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
|
||||
|
||||
@@ -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" . }}"
|
||||
|
||||
Reference in New Issue
Block a user