mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
571883b47d
commit
7eaf190aeb
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user