diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index becbe06..772a535 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -21,9 +21,9 @@ 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 volumes: - name: log-storage emptyDir: {}