diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index f227c18..8ccc168 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -4,6 +4,8 @@ server: image: grafana/alloy:latest ports: - containerPort: 12345 + securityContext: + runAsUser: 100 # args: # - --config.file=/etc/alloy/config.yaml # volumeMounts: