- name: config-volume
mountPath: /etc/alloy items: - key: "config.yaml" path: "config.alloy"
This commit is contained in:
parent
267a04fee5
commit
d866169744
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue