Skip to content

feat: apply GROVE_REVISION_HISTORY_LIMIT to all deployments

Moncef Abboud requested to merge CefBoud/BB-8610/revision-history-patch into main

Description

This PR introduces a Kustomize patch to apply GROVE_REVISION_HISTORY_LIMIT to all deployments.

Supporting information

BB-8610

Testing instructions

  • Set this branch in requirements.txt then deploy
  • Check that all deployments and not just those only those specified here.
kubectl -n $namespace get deployment -o=jsonpath='{range .items[*]}{.metadata.name}{"\t"} {.spec.revisionHistoryLimit}{"\n"}{end}'

Dependencies

List the dependencies required for this change, if any. Do not forget to link grove-template merge request here if that's affected by this change.

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • Git commit history is clean
  • Git commits are following conventional-commit practices
  • Unit tests are added/updated
  • Documentation is added/updated

Merge request reports