diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index be965b9..15d396d 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -17,6 +17,8 @@ server: mountPath: /etc/logrotate.conf subPath: logrotate.conf readOnly: true + - name: status + mountPath: /var/lib - name: passwd-volume mountPath: /etc/passwd subPath: passwd @@ -27,6 +29,8 @@ server: - name: passwd-volume configMap: name: passwd-user-configmap + - name: status + emptyDir: {} - name: host-log-storage hostPath: path: /var/log