Hi, when deploying flyte on AKS I notice that it l...
# flyte-support
s
Hi, when deploying flyte on AKS I notice that it likes to create namespaces with project-domain names. Is there a setting or value I can change to give my own naming schedule? I looked at the dfault azure deployment and the flyte propeller config but I can't find anything
a
Hi @square-queen-23132 You could set the following in your values file:
Copy code
configmap:
  domain:
    domains:
      - id: domain1
        name: domain1
      - id: domain2
        name: domain2
      - id: domain3
        name: domain3
which means, you can use different naming schema for domains