-
Notifications
You must be signed in to change notification settings - Fork 211
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
Updating zookeeper charts #173
Conversation
Signed-off-by: SrishT <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
=======================================
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.
|
@@ -1,4 +1,10 @@ | |||
replicas: 3 |
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.
Nice! I found myself making this same change here: derekm@99fa885
persistence: | ||
accessModes: [ "ReadWriteOnce" ] | ||
storageClassName: {{ .Values.storage.className }} | ||
reclaimPolicy: Delete |
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.
Can we add reclaimPolicy also in values.yaml
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.
done
Signed-off-by: SrishT <[email protected]>
Signed-off-by: SrishT <[email protected]>
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
Signed-off-by: SrishT <[email protected]>
Signed-off-by: SrishT [email protected]
Change log description
Updates the Zookeeper Operator charts.
How to verify it
Zookeeper Operator and zookeeper cluster should be deployed successfully both manually and using charts.