[stable/wordpress] Fix quote in htaccessoverridenone (#11263)

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
Javier J. Salmerón-García
2019-02-08 02:02:03 -08:00
committed by Kubernetes Prow Robot
parent ff77025ff2
commit 8655268c22
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: wordpress
version: 5.2.0
version: 5.2.1
appVersion: 5.0.3
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+1 -2
View File
@@ -60,8 +60,7 @@ wordpressTablePrefix: wp_
allowEmptyPassword: "yes"
## Set Apache allowOverride to None
allowOverrideNone: yes
allowOverrideNone: "yes"
# ConfigMap with custom wordpress-htaccess.conf file (requires allowOverrideNone to true)
customHTAccessCM:
+1 -1
View File
@@ -64,7 +64,7 @@ wordpressTablePrefix: wp_
allowEmptyPassword: true
## Set Apache allowOverride to None
allowOverrideNone: no
allowOverrideNone: "no"
# ConfigMap with custom wordpress-htaccess.conf file (requires allowOverrideNone to true)
customHTAccessCM: