Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue150: Helm chart should allow watch namespace to be passed in. #151

Closed
wants to merge 2 commits into from

Conversation

anishakj
Copy link
Contributor

Signed-off-by: anisha.kj [email protected]

Change log description
Configured WATCH_NAMESPACE field in Helm charts.

Purpose of the change
Fixes #150

What the code does
Added new configuration param in values.yaml file, so that WATCH_NAMESPACE can be configured. Added new cluster roles in zookeeper-operator charts so that it can install zookeeper in different name space ,other than the one in which operator is running.

How to verify it
Tried installing operator and zk in same and different namespace using charts.

@anishakj anishakj requested a review from pbelgundi March 26, 2020 09:57
Copy link
Contributor

@pbelgundi pbelgundi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

- "*"
verbs:
- '*'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anishakj would it make sense to first integrate #133 and then rebase this patch on top of that?

@codecov-io
Copy link

codecov-io commented Mar 30, 2020

Codecov Report

Merging #151 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   47.89%   47.89%           
=======================================
  Files           6        6           
  Lines         952      952           
=======================================
  Hits          456      456           
  Misses        467      467           
  Partials       29       29           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6899194...ccb015b. Read the comment docs.

@anishakj
Copy link
Contributor Author

Closing this PR as invalid, as the changes are messed up

@anishakj anishakj closed this Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm install should allow WATCH_NAMESPACE to be passed in
4 participants