[bitnami/zookeeper] allow for overriding namespace in zookeeper helm chart (#3881)

* allow for overriding namespace in zookeeper helm chart

* Bumped chart version

* Fixed typo

* Renamed namespace to namespaceOverride, extracted namespace logic to template, found a few missed namespace references

* renamed namespaceOverride template

* Update bitnami/zookeeper/Chart.yaml

Co-authored-by: Daniel Arteaga <dani8art.da@gmail.com>

Co-authored-by: Daniel Arteaga <dani8art.da@gmail.com>
This commit is contained in:
Monica Ruttle
2020-10-07 09:40:23 -04:00
committed by GitHub
parent 2e5f7fcf5b
commit 01b135961a
16 changed files with 37 additions and 19 deletions

View File

@@ -96,6 +96,7 @@ The following tables lists the configurable parameters of the ZooKeeper chart an
| `jvmFlags` | Default JVMFLAGS for the ZooKeeper process | `nil` |
| `config` | Configure ZooKeeper with a custom zoo.conf file | `nil` |
| `dataLogDir` | Data log directory | `""` |
| `namespaceOverride` | Namespace for ZooKeeper resources. Overrides the release namespace. | The Release Namespace |
### Statefulset parameters