-
Notifications
You must be signed in to change notification settings - Fork 187
PSMDB operator - support revisionhistorylimit #604
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
base: release-psmdb-1.22.0
Are you sure you want to change the base?
PSMDB operator - support revisionhistorylimit #604
Conversation
| {{- end }} | ||
| spec: | ||
| replicas: {{ .Values.replicaCount }} | ||
| revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} |
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.
Have '| default 10' would be good I think (maybe someone forgets or removes the item from values by mistake?)
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.
if someone removes this it will take it from the chart default values.
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.
Not in case a --values flag is used during installation/upgrade
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.
Please add an if for this value or use | default, to avoid any unset or old values.yaml (same approach is also used for new values introduced in all operators)
|
jvpasinatto can this be merged? |
|
Hi @DrFaust92 could you please move the base branch to release-psmdb-1.22.0 and remove version step, this will be included in next release. Thank you! |
e99f520 to
80d979d
Compare
Signed-off-by: drfaust92 <[email protected]>
80d979d to
0fadcfe
Compare
|
valmiranogueira made the changes, let me know if this is what you meant |
Signed-off-by: drfaust92 <[email protected]>
No description provided.