- 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:
|
volumeMounts:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
mountPath: /openbao/logs/pupa
|
mountPath: /openbao/logs/pupa
|
||||||
|
- name: config-volume
|
||||||
|
mountPath: /etc/alloy
|
||||||
|
items:
|
||||||
|
- key: "config.yaml"
|
||||||
|
path: "config.alloy"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
|
|
Loading…
Reference in a new issue