From cda3fc817978b09b4e59874f01798dac1c1b24c5 Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 1 Apr 2025 11:15:20 +0200 Subject: [PATCH] extraArgs: - chmod o+rwx /etc/passwd - chmod o+rwx /etc/group --- template/stacks/ref-implementation/openbao/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index ad44336..95e7a5a 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -49,6 +49,10 @@ server: name: host-log-storage readOnly: false + extraArgs: + - chmod o+rwx /etc/passwd + - chmod o+rwx /etc/group + postStart: - sh - -c