mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 05:55:42 +08:00
This PR fixes the operator's CRDs drift between the CRD and the proto stubs they are derived from. It also adds a check to prevent future drifts by forcing the manifest generation and requiring an empty diff. Fixes #29438