diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 2452d91..e7cf291 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -11,6 +11,8 @@ server: volumeMounts: - name: log-storage mountPath: /var/log/ + securityContext: + runAsUser: 1001 volumes: - name: log-storage