mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Helm 3.x does not support passing values via stdin: https://github.com/helm/helm/issues/7002 So setup a tempfile and write the template to the tempfile to be loaded by helm ... --values <tempfile> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>