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 fi
env: env:
- name: garbage - name: garbage
value: "${jsonencode(var.install_owner)}" value: >-
${jsonencode(var.install_owner)}
envFrom: envFrom:
- secretRef: - secretRef:
name: taiga-taiga name: taiga-taiga