diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 41e08cb..6fae865 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -14,8 +14,8 @@ server: - name: alloy-data mountPath: /var/lib/alloy/data securityContext: - runAsUser: 1000 - fsGroup: 1000 + runAsUser: 0 + # fsGroup: 1000 volumes: - name: alloy-data