diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index ad44336..ff02f55 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -1,5 +1,17 @@ server: shareProcessNamespace: true + extraInitContainers: + - name: init + image: alpine:latest + securityContext: + runAsUser: 0 + volumeMounts: + - name: alloy-data + mountPath: /var/lib/alloy + - name: config-volume + mountPath: /etc/alloy + - name: host-log-storage + mountPath: /openbao/logs extraContainers: - name: grafana-alloy image: grafana/alloy:latest