What are you really trying to do?
The
YAML unmarshal issue for env variables in temporal-config map and it's being not processed in final docker.yaml
Describe the bug
{{ env "..." }} template syntax in the ConfigMap is NOT Helm template syntax - it's expecting to be processed at runtime by the Temporal container, but Temporal server doesn't process Go templates - it just reads YAML!
Minimal Reproduction
Environment/Versions
I am using rc1 version and issue is coming in Shim configmap
Additional context
If password field exists → Create Secret → Add env vars → Generate template syntax in ConfigMap
BUT
Dockerize skip condition is broken → Template not processed → Crash!
What are you really trying to do?
The
YAML unmarshal issue for env variables in temporal-config map and it's being not processed in final docker.yaml
Describe the bug
{{ env "..." }} template syntax in the ConfigMap is NOT Helm template syntax - it's expecting to be processed at runtime by the Temporal container, but Temporal server doesn't process Go templates - it just reads YAML!
Minimal Reproduction
Environment/Versions
I am using rc1 version and issue is coming in Shim configmap
Additional context
If password field exists → Create Secret → Add env vars → Generate template syntax in ConfigMap
BUT
Dockerize skip condition is broken → Template not processed → Crash!