fix
This commit is contained in:
@@ -51,7 +51,17 @@ resource "kubectl_manifest" "haraka_deploy" {
|
||||
{}
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /app/config
|
||||
mountPath: /app/config/me
|
||||
subPath: me
|
||||
- name: config
|
||||
mountPath: /app/config/host_list
|
||||
subPath: host_list
|
||||
- name: config
|
||||
mountPath: /app/config/rspamd.ini
|
||||
subPath: rspamd.ini
|
||||
- name: config
|
||||
mountPath: /app/config/wildduck.yaml
|
||||
subPath: wildduck.yaml
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user