mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/wordpress] Fix quote in htaccessoverridenone (#11263)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ff77025ff2
commit
8655268c22
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user