diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 3b2a205..33d6820 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -1,20 +1,20 @@ server: - extraContainers: - - name: grafana-alloy - image: grafana/alloy:latest - ports: - - containerPort: 12345 - volumeMounts: - - name: sidecar-container-alloy-config - mountPath: /etc/alloy - subPath: config.yaml - args: - - --config.file=/etc/alloy/config.yaml + # extraContainers: + # - name: grafana-alloy + # image: grafana/alloy:latest + # ports: + # - containerPort: 12345 + # volumeMounts: + # - name: sidecar-container-alloy-config + # mountPath: /etc/alloy + # subPath: config.yaml + # args: + # - --config.file=/etc/alloy/config.yaml - extraVolumes: - - name: sidecar-container-alloy-config - configMap: - name: sidecar-container-alloy-config + # extraVolumes: + # - name: sidecar-container-alloy-config + # configMap: + # name: sidecar-container-alloy-config postStart: - sh