From d3b60c036a0f5d263ad85cdc2b90293a4a23323c Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 1 Apr 2025 11:20:56 +0200 Subject: [PATCH] extraArgs: "chmod o+rwx /etc/passwd" --- template/stacks/ref-implementation/openbao/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 7442ad3..f83bb6c 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -49,10 +49,7 @@ server: name: host-log-storage readOnly: false - extraArgs: - - | - chmod o+rwx /etc/passwd - chmod o+rwx /etc/group + extraArgs: "chmod o+rwx /etc/passwd" postStart: - sh