[stable/wordpress] Fix incorrect scope in tls (#15970)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2019-07-30 06:58:50 -07:00
committed by Kubernetes Prow Robot
parent b469d491e2
commit d1408e9696
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: wordpress
version: 7.0.0
version: 7.0.1
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
+2 -2
View File
@@ -7,8 +7,8 @@ metadata:
labels:
app: "{{ template "fullname" $ }}"
chart: "{{ template "wordpress.chart" $ }}"
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
release: {{ $.Release.Name | quote }}
heritage: {{ $.Release.Service | quote }}
type: kubernetes.io/tls
data:
tls.crt: {{ .certificate | b64enc }}