diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index dcc5ed3..8941611 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -13,6 +13,8 @@ server: mountPath: /var/lib/alloy - name: config-volume mountPath: /etc/alloy + - name: host-log + mountPath: /tmp/host volumes: - name: log-storage @@ -22,11 +24,18 @@ server: - name: config-volume configMap: name: sidecar-container-alloy-config + - name: host-log + hostPath: + path: /var/log + type: Directory volumeMounts: - mountPath: /openbao/logs name: log-storage readOnly: false + - mountPath: /var/log + name: host-log + readOnly: false postStart: - sh