diff --git a/share/organisation/postconfig.tf b/share/organisation/postconfig.tf index 48a751a..3f9dc30 100644 --- a/share/organisation/postconfig.tf +++ b/share/organisation/postconfig.tf @@ -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