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: health checks issue when crds don't exist prior to package deploys #3011

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

AustinAbro321
Copy link
Contributor

@AustinAbro321 AustinAbro321 commented Sep 19, 2024

Description

Health checks don't work currently if a CR is health checked in the same package that created the CRD. This problem was from the watcher that we get from pkg/kubernetes so to fix this issue we only need to change the dependency.

Fixes #3010

Checklist before merging

Copy link

netlify bot commented Sep 19, 2024

Deploy Preview for zarf-docs ready!

Name Link
🔨 Latest commit 48fdf59
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/66ed64e8b94bbc00090c4e81
😎 Deploy Preview https://deploy-preview-3011--zarf-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Signed-off-by: Austin Abro <[email protected]>
@AustinAbro321 AustinAbro321 changed the title fix: health checks broken when crds didn't already exist in cluster fix: health checks issue when crds don't exist prior to package deploys Sep 20, 2024
@AustinAbro321 AustinAbro321 marked this pull request as ready for review September 20, 2024 12:08
@AustinAbro321 AustinAbro321 requested review from a team as code owners September 20, 2024 12:08
@AustinAbro321 AustinAbro321 added this pull request to the merge queue Sep 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2024
@AustinAbro321 AustinAbro321 added this pull request to the merge queue Sep 20, 2024
Merged via the queue into main with commit 7ac8297 Sep 20, 2024
30 checks passed
@AustinAbro321 AustinAbro321 deleted the dynamic-rest branch September 20, 2024 13:24
ittacco pushed a commit to ittacco/zarf that referenced this pull request Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Health Checks issue with Helm Releases (potentially all CRDS)
2 participants