From 458414e779ce7e11dc5e8e18ee101d2a6cc02718 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 31 Mar 2025 15:09:30 +0200 Subject: [PATCH] set -e mkdir -p /var/log/openbao chown 100:100 /var/log/openbao echo "logrotate:x:100:100::/home/logrotate:/bin/sh" >> /etc/passwd echo "logrotate:x:100:" >> /etc/group mkdir -p /home/logrotate # chown 100:100 /var/lib --- .../openbao-logging/create-logging-directory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml b/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml index 6f9c4d8..c23d426 100644 --- a/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml +++ b/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml @@ -24,7 +24,7 @@ spec: echo "logrotate:x:100:100::/home/logrotate:/bin/sh" >> /etc/passwd echo "logrotate:x:100:" >> /etc/group mkdir -p /home/logrotate - chown 100:100 /var/lib + # chown 100:100 /var/lib securityContext: runAsUser: 0 volumeMounts: