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

Feature custom healthcheck #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Archu-SM
Copy link

@Archu-SM Archu-SM commented Jun 6, 2023

Story

Added the following features to the custom health check

  • Added support for authenticating with GitHub to access private repositories.
  • Added resource customisation ConfigMap in order to integrate with the ArgoCD server
  • Added option to specify the Github repo base directory in ArgoCDExtension CR as spec.baseDirectory
  • Added handling for the deletion of an ArgoCDExtension CR.
  • Added handling for resource conflicts.
  • Added e2e testcases and steps to execute the same under /test/e2e/README.md

All these changes are detailed in CHANGES.md file

* Initial changes for customhealth check

Signed-off-by: rahul-mourya <[email protected]>

* added integration tests

Signed-off-by: rahul-mourya <[email protected]>

* updated kuttl tests config

Signed-off-by: rahul-mourya <[email protected]>

* Added Unit Test cases and some cleanup

Signed-off-by: rahul-mourya <[email protected]>

* remove duplicate file

Signed-off-by: rahul-mourya <[email protected]>

* updated comment

Signed-off-by: rahul-mourya <[email protected]>

* added ssh startup command

Signed-off-by: rahul-mourya <[email protected]>

* Added impl for accessing GIT over HTTPS

Signed-off-by: rahul-mourya <[email protected]>

* updated ssh_known_host changes

Signed-off-by: rahul-mourya <[email protected]>

* Updated readme for e2e testcases

Signed-off-by: rahul-mourya <[email protected]>

* removed commented code

Signed-off-by: rahul-mourya <[email protected]>

* Updated ex secret for accessing local git repo

Signed-off-by: rahul-mourya <[email protected]>

* Update README.md

Signed-off-by: rahul-mourya <[email protected]>

---------

Signed-off-by: rahul-mourya <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants