From 8617e200ea64f35af4940996c5748b1c34deb4c0 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 17 Mar 2025 15:30:50 +0100 Subject: [PATCH] securityContext: runAsUser: 1000 fsGroup: 1000 --- template/stacks/ref-implementation/openbao/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 8d025c1..41e08cb 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -12,7 +12,10 @@ server: # - --config.file=/etc/alloy/config.yaml volumeMounts: - name: alloy-data - mountPath: /tmp/alloy/data + mountPath: /var/lib/alloy/data + securityContext: + runAsUser: 1000 + fsGroup: 1000 volumes: - name: alloy-data