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
When patching an empty secret, i.e. one with no data field, the
controller will panic as it's trying to assign to a nil map. Same will
happen with the labels.
- Always initialize the Data and Labels maps if they are empty
- Add a test to cover this use case
fixes: #1282
Signed-off-by: Alejandro Moreno <[email protected]>
0 commit comments