forked from odigos-io/odigos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backport: remove cert manager support (odigos-io#2138)
Cert-manager has been unreliable, often failing to generate certificates correctly or at all. This PR removes all cert-manager dependencies and switches to always self-signing certificates. As long as the CA bundle in MutatingWebhookConfiguration matches the TLS secret used by odigos-instrumentor, everything will work reliably. This change simplifies the process and ensures consistent behavior.
- Loading branch information
Showing
8 changed files
with
70 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.