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