This commit is contained in:
2023-08-11 15:35:07 +02:00
parent 74ead6c517
commit 76fafed977
5 changed files with 76 additions and 76 deletions

View File

@@ -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
}