Temporal Helm Charts - How to register namespace

Hi Team,

I am currently deploying a self hosted temporal server with helm charts. The deployment works fine and I am currently registering the namespace manually after the helm installation is done.

tctl --namespace temporal namespace re

Does the helm charts support a way to automatically do this during the helm installation.

If not, what is the recommended way to register the namespace as part of the helm installation.

@maxim @tihomir

Thanks

1 Like

I am also trying to define Temporal namespaces in a helm chart via Terraform. Any recommended way to register Temporal namespace in the helm chart?