GitHub user antonioT90 created a discussion: Can we have the
revisionHistoryLimit as a configurable value of the helm chart?
### Expected Behavior
We should be able to set the `revisionHistoryLimit` in our values file for helm
deployments
### Current Behavior
There is no value for setting the revision history limit in the value file
### Possible Solution
Allow setting the `revisionHistoryLimit` value in the values file and if not
specified use the default
I think something like this would work in the deployment.yaml file of the helm
chart
```
{{- if .Values.revisionHistoryLimit}}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
{{- end }}
```
GitHub link: https://github.com/apache/superset/discussions/35713
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]