solo-io / go-utils

golang utilities
Apache License 2.0
110 stars 18 forks source link

Clean up and fix helminstall package #399

Closed GrahamGoudeau closed 4 years ago

GrahamGoudeau commented 4 years ago

The package has a ton of stuff exported, which makes it confusing to consume.

We also need to change the namespace creation behavior when the namespace exists already. It prints the message "unable to check if namespace exists" even if the namespace does exist and we successfully found it