Fix Pangolin config file mount path
Mount config file to /app/config/config.toml instead of /app/config.toml as the application expects it in the config directory. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
1c740828ed
commit
af85adbd53
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ spec:
|
||||||
- name: pangolin-data
|
- name: pangolin-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/config.toml
|
mountPath: /app/config/config.toml
|
||||||
subPath: config.toml
|
subPath: config.toml
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue