rancher / quickstart

381 stars 336 forks source link

Simplify cert-manager and rancher namespace creation #108

Closed bashofmann closed 4 years ago

bashofmann commented 4 years ago

Instead of deploying jobs that create the namespaces, this uses the helm create_namespace functionality. Cleanup/destroy also works without a problem.

What do you think @nikkelma?

nikkelma commented 4 years ago

I like it a lot, and it's only possible because of Helm >=3.2.0 used by hashicorp/helm >=1.2.0 - thank you!