From 7eaf190aeb6a1224b78c6bc56527cce00dea37bd Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Thu, 7 Mar 2019 17:47:05 +0100 Subject: [PATCH] [stable/wordpress] Fix 'customHTAccessCM' (#11995) * [stable/wordpress] Fix 'customHTAccessCM' Signed-off-by: juan131 * Remove log flags Signed-off-by: juan131 --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index ae7c1e4750..c8a0b579f4 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -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 diff --git a/stable/wordpress/templates/deployment.yaml b/stable/wordpress/templates/deployment.yaml index 4f990a4fd1..abc6376567 100644 --- a/stable/wordpress/templates/deployment.yaml +++ b/stable/wordpress/templates/deployment.yaml @@ -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 }}