diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index b7781e7..95143da 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -22,7 +22,7 @@ server: volumeMounts: - name: host-log-storage mountPath: /openbao/logs - - name: logrotate-config + - name: logrotate-config-volume mountPath: /etc/logrotate.conf subPath: logrotate.conf readOnly: true @@ -34,7 +34,7 @@ server: - name: config-volume configMap: name: sidecar-container-alloy-config - - name: config-logrotate + - name: logrotate-config-volume configMap: name: logrotate-config - name: host-log-storage