Browse Source
Remove unused registry-console's imagestream
Currently ImageStream was configured in registry-console template
(registry-console.yaml), however the ImageStream was not used from any
resources. DC in the template refers image on
registry.access.redhat.com or dockerhub.
Hence, this patch removes the unused ImageStream again to avoid
confusion.
Though 6fde298 removed the imagestream once but it was reverted by
09e288c. 09e288c had an issue discussed in bz#1584966, so this commit
delete the imagestream again.