CircleCI-Public / helm-orb

A CircleCI Orb to simplify deployments to Kubernetes using Helm.
MIT License
11 stars 25 forks source link

Create namespace automatically #40

Closed willi-melo closed 1 year ago

willi-melo commented 3 years ago

What would you like to be added

When I use the command on the helm: helm install --create-namespace --namespace The helm takes care of creating the specified namespace and keeping its resources in that namespace. But in this orb when I define the namespace it doesn't create and I get the following error "Error: create: failed to create: namespaces "" not found"

Why is this needed

With this feature in the upgrade-helm-chart it would help a lot to keep the settings organized and properly separated