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
Catalogd currently requires pull secrets to be passed through the Catalog resource's spec.source.image.pullSecret field. The Secret referenced in that field must be in the same namespace as catalogd is deployed in (typically catalogd-system). Catalogd should be able to identify any existing pull secrets and automatically resolve them for a registry that is referenced in the spec.source.image.ref field.
The text was updated successfully, but these errors were encountered:
Catalogd should be able to identify any existing pull secrets
Can you explain this a bit more? What do you mean by "existing pull secrets", and in what cases would catalogd be expected to use them when they are not explicitly referenced in the Catalog object?
Catalogd currently requires pull secrets to be passed through the
Catalog
resource'sspec.source.image.pullSecret
field. TheSecret
referenced in that field must be in the same namespace as catalogd is deployed in (typicallycatalogd-system
). Catalogd should be able to identify any existing pull secrets and automatically resolve them for a registry that is referenced in thespec.source.image.ref
field.The text was updated successfully, but these errors were encountered: