diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 59223a3..b7781e7 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -22,9 +22,10 @@ server: volumeMounts: - name: host-log-storage mountPath: /openbao/logs - # - name: logrotate-config - # mountPath: /etc/logrotate.conf - # subPath: logrotate.conf + - name: logrotate-config + mountPath: /etc/logrotate.conf + subPath: logrotate.conf + readOnly: true volumes: - name: log-storage emptyDir: {}