You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove SetOwnerReference in CLI (controller handles it; kubeClient
has no Scheme() method)
- Reuse existing ROTATION_ID from source Secret in handleStartRotation
to avoid wedging on crash recovery between Secret update and status
update
- Fail closed in reconcileV1Secret guard: return error on transient
CredentialRotation Get failures instead of proceeding with
distribution
- Fix test assertion: use Equal("") instead of BeElementOf with
duplicate values
Signed-off-by: shunki-fujita <shunki-fujita@cybozu.co.jp>
0 commit comments