fix
This commit is contained in:
@@ -55,10 +55,10 @@ resource "kubectl_manifest" "webmail_deploy" {
|
||||
- name: config
|
||||
mountPath: /app/config/webmail.toml
|
||||
subPath: webmail.toml
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: "${var.instance}-webmail"
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: "${var.instance}-webmail"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user