diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index f370ab5..798e909 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -22,19 +22,6 @@ 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: sidecar image: alpine:latest command: ["/bin/sh", "/tmp/start.sh"]