Skip to content

Commit 2a487ba

Browse files
committed
fix rebase
1 parent 2093cc5 commit 2a487ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bundle/config/resources.go

-6
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ func (r *Resources) FindResourceByConfigKey(key string) (ConfigResource, error)
124124
}
125125
}
126126

127-
for k := range r.Volumes {
128-
if k == key {
129-
found = append(found, r.Volumes[k])
130-
}
131-
}
132-
133127
for k := range r.Clusters {
134128
if k == key {
135129
found = append(found, r.Clusters[k])

0 commit comments

Comments
 (0)