karpenter-provider-aws
karpenter-provider-aws copied to clipboard
chore: add configurable ttl to post install hook
Fixes https://github.com/aws/karpenter-provider-aws/issues/6765
Description
Added configuration option for the ttlSecondsAfterFinished field on the post install job so that Argo CD based installs can complete (as Argo CD needs to reap the job rather than the internal controller).
How was this change tested?
Forked the chart, installed it with Argo CD with a value of 30 for .Values.postInstallHook.ttlSecondsAfterFinished
.
Does this change impact docs?
- [ ] Yes, PR includes docs updates
- [ ] Yes, issue opened: #
- [x] No
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.