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