templates/composer: add missing fluentd-config volume
This commit is contained in:
parent
809afbd0ad
commit
941fe3513f
1 changed files with 3 additions and 0 deletions
|
|
@ -148,6 +148,9 @@ objects:
|
|||
emptyDir: {}
|
||||
- name: cache-directory
|
||||
emptyDir: {}
|
||||
- name: fluentd-config
|
||||
configMap:
|
||||
name: fluentd-config
|
||||
initContainers:
|
||||
- name: composer-migrate
|
||||
image: "${IMAGE_NAME}:${IMAGE_TAG}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue