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
While working on something else I noticed that the credentialsSecret field in the clusterConfig is not optional (i.e. it is required), but we also derive Default for the whole struct, so the field gets a default value, which is the empty string for the string type.
This seems like a bug to me.
Not urgent.
The text was updated successfully, but these errors were encountered:
While working on something else I noticed that the
credentialsSecret
field in theclusterConfig
is not optional (i.e. it is required), but we also deriveDefault
for the whole struct, so the field gets a default value, which is the empty string for the string type.This seems like a bug to me.
Not urgent.
The text was updated successfully, but these errors were encountered: