Can I apply additional labels to the namespace pro...
# 🤖|ask-kapa
f
@microscopic-river-74022 Can I apply additional labels to the namespace provisioned by the project configuration?
m
Please stand by @fresh-yak-35965 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- Yes, you can apply additional labels to the namespace provisioned by the project configuration in Garden. This can be done by using the
providers[].namespace.labels
configuration key. This key accepts a map of labels that will be applied to the namespace when it is created. Here is an example of how you can use it in your configuration:
Copy code
yaml
providers:
  - namespace:
      labels:
        label1: value1
        label2: value2
Please note that this is not a required configuration and its type is
object
. For more information, you can refer to the Garden documentation for Kubernetes (), Local Kubernetes (), and Ephemeral Kubernetes () providers. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted