From ee630c88b910458b40f78f623f903098bff10eea Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 1 Apr 2025 13:18:44 +0200 Subject: [PATCH] env: - name: CRON_SCHEDULE value: "0 * * * *" - name: TINI_SUBREAPER value: --- template/stacks/ref-implementation/openbao/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 474f26c..be965b9 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -5,6 +5,11 @@ server: image: skymatic/logrotate:latest # MIT License securityContext: runAsUser: 100 + env: + - name: CRON_SCHEDULE + value: "0 * * * *" + - name: TINI_SUBREAPER + value: volumeMounts: - name: host-log-storage mountPath: /openbao/logs