how can I provide a custom namespace to deploy a h...
# 🤖|ask-kapa
s
@microscopic-river-74022 how can I provide a custom namespace to deploy a helm-chart to?
m
Please stand by @swift-spring-8620 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- In Garden, you can specify a custom namespace for deploying a Helm chart using the
spec.namespace
field in your configuration. This field accepts a valid Kubernetes namespace name. Here is an example of how you can specify a namespace in your configuration:
Copy code
yaml
spec:
  namespace: "your-custom-namespace"
Please note that the namespace name must be a valid RFC1035/RFC1123 (DNS) label. It may contain lowercase letters, numbers, and dashes, must start with a letter, and cannot end with a dash. Also, it must not be longer than 63 characters. For more details, you can refer to the Garden documentation (). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted