[bitnami/dokuwiki] Fix php session mgmt (#25697)

Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
Andrés Bono
2024-05-13 15:52:33 +02:00
committed by GitHub
parent 55248fa730
commit 77129ecd70
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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