feat(eks): add support overwriteServiceAccount prop in service account construct#36751
feat(eks): add support overwriteServiceAccount prop in service account construct#36751mergify[bot] merged 3 commits intomainfrom
Conversation
|
|
||||||||||||||||||
|
|
||||||||||||||||||||||
5b3d341 to
ec6c0c7
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status🚫 The pull request has left the queue (rule: This pull request spent 58 minutes 21 seconds in the queue, with no time running CI. ReasonThe pull request can't be updated
HintYou should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
844cc38 to
0bdca75
Compare
|
@Mergifyio requeue |
✅ This pull request will be embarked automaticallyDetailsThe head sha of this pull request, 0bdca75, was never embarked in the merge queue. But don't worry, Mergify will embark it automatically for you. |
🛑 There are no queue conditions matchingDetailsThere are queue conditions defined in the configuration, but none matches. The pull request has not been embarked. Details:
|
Merge Queue Status🛑 Queue command has been cancelled |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status✅ The pull request has been merged at 0bdca75 This pull request spent 9 seconds in the queue, with no time running CI. Required conditions to merge
|
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Reason for this change
Add support for passing overwrite to the K8Manifest resource which doesn't fail if resource exists.
This feature is needed for migrating from v1 to v2 without temporarily losing the service account.
Description of changes
Add
overwriteServiceAccountprop to ServiceAccount + AlbController in EKS v1 and v2.Describe any new or updated permissions being added
None
Description of how you validated changes
Integ + unit test
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license