mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
fix flag for wp-config.php permission change (#7136)
This commit is contained in:
@@ -35,4 +35,4 @@ name: wordpress
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wordpress
|
||||
- https://wordpress.org/
|
||||
version: 12.0.0
|
||||
version: 12.0.1
|
||||
|
||||
@@ -36,7 +36,7 @@ data:
|
||||
wp total-cache flush all
|
||||
|
||||
# Revoke permissions to edit wp-config.php
|
||||
chmod -w bitnami/wordpress/wp-config.php
|
||||
chmod a-w bitnami/wordpress/wp-config.php
|
||||
{{- end }}
|
||||
{{- if .Values.customPostInitScripts }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.customPostInitScripts "context" $) | nindent 2 }}
|
||||
|
||||
Reference in New Issue
Block a user