mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 23:47:48 +08:00
[bitnami/dokuwiki] Fix php session mgmt (#25697)
Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: dokuwiki
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/dokuwiki
|
||||
version: 16.0.4
|
||||
version: 16.0.5
|
||||
|
||||
@@ -99,6 +99,10 @@ spec:
|
||||
if ! is_dir_empty /opt/bitnami/apache/logs; then
|
||||
cp -r /opt/bitnami/apache/logs /emptydir/apache-logs-dir
|
||||
fi
|
||||
info "Copying php var directory"
|
||||
if ! is_dir_empty /opt/bitnami/php/var; then
|
||||
cp -r /opt/bitnami/php/var /emptydir/php-var-dir
|
||||
fi
|
||||
info "Copy operation completed"
|
||||
volumeMounts:
|
||||
- name: empty-dir
|
||||
|
||||
Reference in New Issue
Block a user