Strip label

This commit is contained in:
Asim Aslam 2020-04-23 20:20:48 +01:00
parent c68226e9b0
commit d62ae23a9c

View File

@ -439,9 +439,7 @@ func (k *kubernetes) Read(opts ...runtime.ReadOption) ([]*runtime.Service, error
defer k.Unlock()
// set the default labels
labels := map[string]string{
"micro": k.options.Type,
}
labels := map[string]string{}
options := runtime.ReadOptions{
Namespace: client.DefaultNamespace,