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