diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 1e94eec..4beb602 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -27,6 +27,11 @@ server: 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