Merge pull request #5785 from adamreese/docs/namespace

docs(faq): add namespace changes for non existing namespaces
pull/5813/head
Adam Reese 6 years ago committed by GitHub
commit 6809a1ef18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -175,6 +175,12 @@ Additionally, several other commands were re-named to accommodate the same conve
These commands have also retained their older verbs as aliases, so you can continue to use them in either form. These commands have also retained their older verbs as aliases, so you can continue to use them in either form.
### Automatically creating namespaces
When creating a release in a namespace that does not exist, Helm 2 created the
namespace. Helm 3 follows the behavior of other Kubernetes objects and returns
an error if the namespace does not exist.
## Installing ## Installing
### Why aren't there Debian/Fedora/... native packages of Helm? ### Why aren't there Debian/Fedora/... native packages of Helm?

Loading…
Cancel
Save