-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for sidecar and init containers in Argo CD CRD for App Controller and API server #1477
Conversation
I am yet to test it locally, but it looks good. The unit test coverage is solid. Do you think we need an additional e2e kuttl test? |
Ran some local tests. Looks good. I was wondering if we should include support for |
44506d3
to
0d5eb16
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a small documentation update, and it should be good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @iam-veeramalla.
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
9b30aac
to
07be6bd
Compare
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
dd10891
to
306238a
Compare
What type of PR is this?
What does this PR do / why we need it:
Fixes #1476
Closes #1476
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #1476
How to test changes / Special notes to the reviewer:
TestReconcileServer_InitContainers
TestReconcile_SidecarContainers
TestReconcileAppController_Initcontainer
TestReconcileArgoCD_sidecarcontainer