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

Fix for Syntax Error in Sample Code Snippet #357

Merged

Conversation

manish-jangra
Copy link
Contributor

What is this PR About?

There was a syntax error in the code snippet charts/operators-installer/README.md provided for configuring custom health checks for operators.

How do we test this?

I tested this in a local environment by installing external-secrets-operator with installPlanApproval set Manual and it reported the deployment as Healthy because of the following condition

After the operator was deployed in Cluster using ArgoCD, condition.type was set to InstallPlanPending and condition.status was set to True without approving the installPlan manually.

cc: @redhat-cop/day-in-the-life

Copy link
Contributor

@itewk itewk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@itewk
Copy link
Contributor

itewk commented Aug 30, 2023

@redhat-cop/day-in-the-life i dont have access to merge stuff myself, can someone else merge this please?

@ckavili ckavili merged commit 6887309 into redhat-cop:master Aug 30, 2023
1 of 3 checks passed
@ckavili
Copy link
Contributor

ckavili commented Aug 30, 2023

thanks for the PR @manish-jangra 🚀

@manish-jangra
Copy link
Contributor Author

Thanks, everyone, this really helped me to create custom health checks for operators/subscription deployed using ArgoCD with Install Plan set to Manual.

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.

3 participants