<@U06RKAMK0UC> How do I configure the flyte admin ...
# ask-ai
c
@ancient-wolf-19325 How do I configure the flyte admin namespace mapping in the flyte-core helm chart?
a
It seems likely that the Flyte admin namespace mapping is configured via the
flyte-admin-clusters-config
ConfigMap, specifically in the
clusters.yaml
section. This file contains
clusterConfigs
and
labelClusterMap
, which are used to map labels to clusters and thus control namespace mapping for FlyteAdmin. You would edit the
clusters.yaml
in the ConfigMap to define your desired namespace mappings before deploying or updating the Helm release. Would you like more detail on the structure of
clusters.yaml
or how to apply these changes with Helm? Sources: - https://github.com/flyteorg/flyte/blob/master/deployment/gcp/flyte_helm_generated.yaml - https://github.com/flyteorg/flyte/blob/master/deployment/gcp/flyte_helm_controlplane_generated.yaml Note: I wasn’t able to find highly relevant data sources, but above are a few potentially relevant links. 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.