fix
This commit is contained in:
@@ -62,10 +62,19 @@ resource "kubectl_manifest" "haraka_deploy" {
|
||||
- name: config
|
||||
mountPath: /app/config/wildduck.yaml
|
||||
subPath: wildduck.yaml
|
||||
- name: tls
|
||||
mountPath: /app/config/tls_key.pem
|
||||
subPath: tls.key
|
||||
- name: tls
|
||||
mountPath: /app/config/tls_cert.pem
|
||||
subPath: tls.crt
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: "${var.instance}-haraka"
|
||||
- name: tls
|
||||
secret:
|
||||
secretName: "${var.instance}-cert"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user