diff --git a/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml b/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml index 229e3d1..abe7aa9 100644 --- a/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml +++ b/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml @@ -19,8 +19,7 @@ spec: args: - | set -e - useradd -u 100 logrotate - chown logrotate:logrotate /var/lib + chown 100:100 /var/lib tail -f /dev/null securityContext: runAsUser: 0