According to the spec section 3.4.1 we can allow an empty spec.config field in order to pick up on-disk configurations with the specified name.
This change removes the gate on netAttachDef.Spec.Config == "" and instead allows it, outputting an informational log message stating that it passed an empty config through.
According to the spec section 3.4.1 we can allow an empty spec.config field in order to pick up on-disk configurations with the specified name.
This change removes the gate on
netAttachDef.Spec.Config == ""
and instead allows it, outputting an informational log message stating that it passed an empty config through.I proved out the changes using these two specs: