fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user