diff --git a/template/stacks/ref-implementation/openbao-logging/logrotate-cronjob.yaml b/template/stacks/ref-implementation/openbao-logging/logrotate-cronjob.yaml index 0cea75d..15d76c5 100644 --- a/template/stacks/ref-implementation/openbao-logging/logrotate-cronjob.yaml +++ b/template/stacks/ref-implementation/openbao-logging/logrotate-cronjob.yaml @@ -22,9 +22,9 @@ spec: mountPath: /etc/logrotate.conf subPath: logrotate.conf readOnly: true - - name: passwd-volume - mountPath: /etc/passwd - subPath: passwd + # - name: passwd-volume + # mountPath: /etc/passwd + # subPath: passwd - name: status mountPath: /var/lib restartPolicy: OnFailure