From d21c543f2c287adab527c8691ea4ea4593aed03e Mon Sep 17 00:00:00 2001 From: miwr Date: Thu, 20 Mar 2025 15:50:04 +0100 Subject: [PATCH] log-sidecar removed --- .../ref-implementation/openbao/values.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 8b9651a..07f3fc5 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -13,22 +13,6 @@ server: mountPath: /var/lib/alloy - name: config-volume mountPath: /etc/alloy - - name: log-sidecar - image: alpine:latest - command: ["/bin/sh", "-c", " - while true; do - echo 'Hello' - sleep 5; - done - "] - volumeMounts: - - name: log-storage - mountPath: /openbao/logs/pupa - - name: config-volume - mountPath: /etc/alloy - items: - - key: "config.yaml" - path: "config.alloy" volumes: - name: log-storage