fix
This commit is contained in:
@@ -49,10 +49,10 @@ resource "kubectl_manifest" "rspamd_deploy" {
|
||||
- name: config
|
||||
mountPath: /etc/rspamd/override.d/redis.conf
|
||||
subPath: redis.conf
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: "${var.instance}-rspamd"
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: "${var.instance}-rspamd"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user