diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index c0e4152..1e94eec 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -6,15 +6,16 @@ server: - containerPort: 12345 securityContext: runAsUser: 100 - args: - - --config.file=/var/lib/alloy/config/config.yaml volumeMounts: - name: log-storage mountPath: /openbao/logs - name: alloy-data mountPath: /var/lib/alloy - name: config-volume - mountPath: /var/lib/alloy/config + mountPath: /etc/alloy + items: + - key: "config.yaml" + path: "config.alloy" - name: log-sidecar image: alpine:latest command: ["/bin/sh", "-c", "