[stable/wordpress] Remove tls default values (#14419)

* remove tls default values

Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com>

* bump version

Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com>
This commit is contained in:
Akhmad Fakhoni Listiyan Dede
2019-06-11 02:28:17 -07:00
committed by Kubernetes Prow Robot
parent 691a770df5
commit ef6fb3efce
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: wordpress
version: 5.12.1
version: 5.12.2
appVersion: 5.2.1
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+4 -4
View File
@@ -247,10 +247,10 @@ ingress:
## The tls configuration for the ingress
## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
tls:
- hosts:
- wordpress.local
secretName: wordpress.local-tls
## tls:
## - hosts:
## - wordpress.local
## secretName: wordpress.local-tls
secrets:
## If you're providing your own certificates, please use this to add the certificates as secrets
+4 -4
View File
@@ -250,10 +250,10 @@ ingress:
## The tls configuration for the ingress
## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
tls:
- hosts:
- wordpress.local
secretName: wordpress.local-tls
## tls:
## - hosts:
## - wordpress.local
## secretName: wordpress.local-tls
secrets:
## If you're providing your own certificates, please use this to add the certificates as secrets