From feae2ff0102c517f34de3fc596ab83ed7951e7d2 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 23 Apr 2025 14:19:48 +0200 Subject: [PATCH] another mistake --- .../openbao-logging/logrotate-cronjob.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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