[stable/wordpress] Fix 'customHTAccessCM' (#11995)

* [stable/wordpress] Fix 'customHTAccessCM'

Signed-off-by: juan131 <juan@bitnami.com>

* Remove log flags

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2019-03-07 08:47:05 -08:00
committed by Kubernetes Prow Robot
parent 571883b47d
commit 7eaf190aeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: wordpress
version: 5.4.0
version: 5.4.1
appVersion: 5.1.0
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+1 -1
View File
@@ -174,7 +174,7 @@ spec:
name: wordpress-data
subPath: php
{{- if and .Values.allowOverrideNone .Values.customHTAccessCM}}
- mountPath: /opt/bitnami/wordpress
- mountPath: /opt/bitnami/wordpress/wordpress-htaccess.conf
name: custom-htaccess
subPath: wordpress-htaccess.conf
{{- end }}