helm-charts
helm-charts copied to clipboard
Expose the deployment strategy values for the policy controller
Description of the change
Prior to this change, the policy controller webhook was not able to have its deployment strategy modified. If you only deployed a single replica, it could not perform a rolling update due to the default maxSurge: 25%
being rounded down to 0.
This change exposes those values, so that the maxSurge
can be updated and a single instance can be rolled.
Existing or Associated Issue(s)
Fixes #748.
Additional Information
Checklist
- [x] Chart version bumped in Chart.yaml according to semver. Where applicable, update and bump the versions in any associated umbrella chart
- [x] Variables are documented in the values.yaml and added to the README.md. The helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content.
- [ ] JSON Schema generated.
- [ ] List tests pass for Chart using the Chart Testing tool and the ct lint command.
can you rebase and sign the dco?
@shearn89 thanks for adding this feature. Could you do the necessary to get this merged please?
Sorry, it's been busy at work and home. I'll try to get this ready for merging soon.
Okay - rebased, updated, linted, schema generated, and commits signed off!
If you'd like me to squash the commits or squash-merge, let me know. 😁