This commit is contained in:
2024-05-31 14:38:47 +02:00
parent 7ddb258012
commit eb823b7cd8

View File

@@ -40,7 +40,8 @@ resource "kubectl_manifest" "post_install_job_taiga" {
fi
env:
- name: garbage
value: "${jsonencode(var.install_owner)}"
value: >-
${jsonencode(var.install_owner)}
envFrom:
- secretRef:
name: taiga-taiga