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
OCPBUGS-56087: restructure initializatio of stringData
previously when you tried to edit a Secret with binary data, the string data was initialized with a keypair with null value instead of an empty object, which resulted in errors when saving the secret without changes. After those changes we omit keypairs that have binary values.
0 commit comments