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
I'm using the Quay operator on Openshift and somehow need to limit the access to the Quay and Quay config routes to a list of IP addresses.
I tried to add the annotations to spec.quay.externalAcccess.annotations but it seems like this field is only relevant when the externalAccess.type is ingress.
I'm using the Quay operator on Openshift and somehow need to limit the access to the Quay and Quay config routes to a list of IP addresses.
I tried to add the annotations to
spec.quay.externalAcccess.annotations
but it seems like this field is only relevant when theexternalAccess.type
isingress
.Example:
When I add annotations to the routes manually, the operator reverts that change at some point.
Is there a way to add annotations to the created Openshift routes?
The text was updated successfully, but these errors were encountered: