Skip to content

Conversation

@PatrickLaabs
Copy link
Collaborator

What this PR does / why we need it:
Removed the Logic in our controller, to check, if the directory exists on disk. We never cleaned the directory, and therefore we ran into workflow-issues.
We also added back the Check Method of the applied resources to the target cluster, to verify that resources are applied before setting the conditions as ready on our CAP resource.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #73

@PatrickLaabs PatrickLaabs added this to the v1.0.0 milestone Nov 20, 2025
@PatrickLaabs PatrickLaabs added the bug Something isn't working label Nov 20, 2025
@PatrickLaabs PatrickLaabs self-assigned this Nov 20, 2025
@PatrickLaabs
Copy link
Collaborator Author

go fmt ./... did his job 👍
The failed check is save to ignore. Looks like a diff-error, since on the main-branch the name of the .md-file differs to the one here in the pr.

@PatrickLaabs PatrickLaabs merged commit a58c44b into main Nov 20, 2025
6 of 7 checks passed
@PatrickLaabs PatrickLaabs deleted the 73 branch November 20, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Applying Resources to target cluster might result in a Positive-False Condition response on CAPs

2 participants