- name: config-volume

mountPath: /etc/alloy
              items:
                - key: "config.yaml"
                  path: "config.alloy"
This commit is contained in:
miwr 2025-03-20 14:28:27 +01:00
parent 267a04fee5
commit d866169744

View file

@ -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