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