From 683ba4c44036935c89d541f70f85d6b45f02f8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Fri, 31 May 2024 14:26:40 +0200 Subject: [PATCH] fix --- share/organisation/postconfig.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/organisation/postconfig.tf b/share/organisation/postconfig.tf index c8b4d2d..fec228b 100644 --- a/share/organisation/postconfig.tf +++ b/share/organisation/postconfig.tf @@ -42,7 +42,7 @@ resource "kubectl_manifest" "post_install_job_taiga" { fi env: - name: garbage - value: "${jsonencode(var.install_owner)}" + value: "xx" envFrom: - secretRef: name: taiga-taiga