Skip to content

fix: remove finalizers and labels from sealed secrets #2142

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

Closed
wants to merge 3 commits into from
Closed

Conversation

ElderMatt
Copy link
Contributor

📌 Summary

Removes finalizer and labels from Sealedsecrets, they were causing a sync error in argoCD.

Copy link

github-actions bot commented May 12, 2025

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements
41.27% (+0.11% 🔼)
775/1878
🔴 Branches
33.29% (+0.46% 🔼)
287/862
🔴 Functions
40.86% (+0.33% 🔼)
123/301
🔴 Lines
42.25% (+0.17% 🔼)
733/1735

Test suite run success

93 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from d72845c

@@ -89,14 +89,6 @@ spec:
additionalProperties:
type: string
type: object
finalizers:
Copy link
Contributor

@j-zimnowoda j-zimnowoda May 12, 2025

Choose a reason for hiding this comment

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

This is 3rd party CRD that the operator relies on. We can't just modify it because we can't control any side effects. Moreover these CRD properties are perfectly fine.

@ElderMatt
Copy link
Contributor Author

Now fixed in API: https://github.com/linode/apl-api/pull/722

@ElderMatt ElderMatt closed this May 12, 2025
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