Skip to content

[Bug] admintools.additionalEnv not being passed to create/manage-schema containers #865

@taraspos

Description

@taraspos

What are you really trying to do?

Pass environment variables configured in admintools.additionalEnv to the schema creation and management init containers.

Describe the bug

Environment variables set via admintools.additionalEnv are not inherited by the create-default-store, setup-default-store, and update-default-store init containers.

Minimal Reproduction

admintools:
  additionalEnv:
    - name: MY_ENV
      value: value

The env var is present in the admintools Deployment pod but absent in the schema init containers.

Environment/Versions

  • OS: Linux (EKS, x86)
  • Temporal Version: Helm chart v1.0.0-rc.2
  • Are you using Docker or Kubernetes or building Temporal from source? Kubernetes (AWS EKS)

Additional context

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