From d17861bc87b2470c1143495b2ab4b9dec7653987 Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 22 Apr 2025 14:46:41 +0200 Subject: [PATCH] another try --- .../ref-implementation/openbao/values.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index e6d8a38..4157ffa 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -22,19 +22,19 @@ server: - name: passwd-volume mountPath: /etc/passwd subPath: passwd - - name: logrotate2 - image: alpine:latest - command: ["/bin/sh", "-c", "/tmp/sidecar.sh"] - securityContext: - runAsUser: 100 - ports: - - containerPort: 8081 - volumeMounts: - - name: passwd-volume - mountPath: /etc/passwd - subPath: passwd - - name: sidecar-script - mountPath: /tmp + # - name: logrotate2 + # image: alpine:latest + # command: ["/bin/sh", "-c", "/tmp/sidecar.sh"] + # securityContext: + # runAsUser: 100 + # ports: + # - containerPort: 8081 + # volumeMounts: + # - name: passwd-volume + # mountPath: /etc/passwd + # subPath: passwd + # - name: sidecar-script + # mountPath: /tmp - name: sidecar image: alpine:latest command: ["/bin/sh", "/tmp/start.sh"]