From eb823b7cd87e93fd7f62fefe52b3b38015245447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Fri, 31 May 2024 14:38:47 +0200 Subject: [PATCH] fix --- share/organisation/postconfig.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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