Closed Farfaday closed 8 months ago
Hi,
when revisionHistoryLimit is set to 0, the if condition goes to false and the revisionHistoryLimit is not rendered.
As revisionHistoryLimit has a default value in values.yaml, we can remove the if condition from deployment.yaml
0 is a valid value for revisionHistoryLimit as per: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy
Many thanks!
Hi,
when revisionHistoryLimit is set to 0, the if condition goes to false and the revisionHistoryLimit is not rendered.
As revisionHistoryLimit has a default value in values.yaml, we can remove the if condition from deployment.yaml
0 is a valid value for revisionHistoryLimit as per: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy
Many thanks!