Skip to content

Commit

Permalink
Add more content to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tuite authored and dtuite committed Jul 16, 2020
1 parent daaedcd commit 32a3c3e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,23 @@ This will produce the following effect:

![uninstalling ZooKeeper with a message prefix](./assets/message-prefix-sample-567x46.png)

# Different namespaces in different channels

If you run your cluster with test and staging in different namespaces of the same cluster,
you may wish to send KubeWise notifications to different places for each namespace.

The best way to accomplish this is with multiple instances of KubeWise, each locked down to
a single namespace. KubeWise is small and uses few resources.

To accomplish this configuration with Helm, set `clusterRole.create=false`,
`namespaceToWatch="production"` and set (for example) `slack.channel="#production-cluster"`.

Make sure you install KubeWise into the `namespaceToWatch` by passing the `--namespace` flag
to Helm.

Repeat this process for as many namespaces as you wish, installing KubeWise in each one
individually.

# Full configuration list

| Parameter | Environment Variable Equivalent | Default | Description |
Expand Down

0 comments on commit 32a3c3e

Please sign in to comment.