Skip to content
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

Merged
merged 10 commits into from
Aug 1, 2024

Conversation

iam-veeramalla
Copy link
Collaborator

What type of PR is this?

/kind enhancement
/kind documentation

What does this PR do / why we need it:
Fixes #1476
Closes #1476

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:
Fixes #1476

How to test changes / Special notes to the reviewer:

  • Added the unit tests to validate the feature.
    TestReconcileServer_InitContainers
    TestReconcile_SidecarContainers
    TestReconcileAppController_Initcontainer
    TestReconcileArgoCD_sidecarcontainer

@iam-veeramalla iam-veeramalla requested a review from svghadi July 24, 2024 11:58
@iam-veeramalla iam-veeramalla self-assigned this Jul 25, 2024
@iam-veeramalla iam-veeramalla added this to the 0.11.0 milestone Jul 25, 2024
@svghadi
Copy link
Collaborator

svghadi commented Jul 25, 2024

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?

@svghadi svghadi modified the milestones: 0.11.0, 0.12.0 Jul 25, 2024
@svghadi
Copy link
Collaborator

svghadi commented Jul 29, 2024

Ran some local tests. Looks good.

I was wondering if we should include support for Volumes and VolumeMounts, similar to what is done for the repo-server. Certain use cases for sidecars aswell as init containers may require sharing mounts with the main container, which isn't possible without the option to configure additional mounts. Thoughts?

Copy link
Collaborator

@svghadi svghadi left a 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.

docs/reference/argocd.md Show resolved Hide resolved
docs/reference/argocd.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@svghadi svghadi left a 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>
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for sidecar & init containers in the Argo CD CRD for controller and server components
2 participants