Skip to content

[Bug] Dockerize Being Skipped #837

@dip14-j

Description

@dip14-j

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions