From 9c8cdbf7a46f0c931bf5cc555b1208d478d1bec0 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 23 Apr 2025 13:54:07 +0200 Subject: [PATCH] no logrotate sidecar container --- .../ref-implementation/openbao/values.yaml | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 798e909..18e79f6 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -1,27 +1,6 @@ server: shareProcessNamespace: true extraContainers: - - name: logrotate - image: skymatic/logrotate:latest # MIT License - securityContext: - runAsUser: 100 - env: - - name: CRON_SCHEDULE - value: "* * * * *" - - name: TINI_SUBREAPER - value: - volumeMounts: - - name: host-log-storage - mountPath: /openbao/logs - - name: logrotate-config-volume - mountPath: /etc/logrotate.conf - subPath: logrotate.conf - readOnly: true - - name: status - mountPath: /var/lib - - name: passwd-volume - mountPath: /etc/passwd - subPath: passwd - name: sidecar image: alpine:latest command: ["/bin/sh", "/tmp/start.sh"]