-
Notifications
You must be signed in to change notification settings - Fork 206
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
Adding checks to helm charts #248
Conversation
Signed-off-by: SrishT <Srishti.Thakkar@dell.com>
Codecov Report
@@ Coverage Diff @@
## master #248 +/- ##
==========================================
+ Coverage 80.05% 83.36% +3.30%
==========================================
Files 11 11
Lines 1118 1118
==========================================
+ Hits 895 932 +37
+ Misses 159 125 -34
+ Partials 64 61 -3
Continue to review full report at Codecov.
|
Signed-off-by: SrishT <Srishti.Thakkar@dell.com>
Signed-off-by: SrishT <Srishti.Thakkar@dell.com>
Signed-off-by: SrishT <Srishti.Thakkar@dell.com>
Signed-off-by: SrishT <Srishti.Thakkar@dell.com>
Signed-off-by: SrishT <Srishti.Thakkar@dell.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -36,7 +36,7 @@ The operator itself is built with the [Operator framework](https://github.com/op | |||
|
|||
## Usage | |||
|
|||
We recommend using our [helm charts](charts) for all installation and upgrades. Since version 0.2.8 onwards, the helm charts for zookeeper operator and zookeeper cluster are published in [https://charts.pravega.io/](https://charts.pravega.io/). To add this repository to your Helm repos, use the following command | |||
We recommend using our [helm charts](charts) for all installation and upgrades. Since version 0.2.8 onwards, the helm charts for zookeeper operator and zookeeper cluster are published in [https://charts.pravega.io](https://charts.pravega.io/). To add this repository to your Helm repos, use the following command | |||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we callout the helm rollback limitation here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rollbacks are supported in the pravega operator and not in the zookeeper operator currently. I will add that note in the Readme in the pravega operator documentation.
Signed-off-by: SrishT Srishti.Thakkar@dell.com
Change log description
Adds the necessary checks to the zookeeper charts in order to set values for a subset of the options provided within a given block.