Skip to content

existing metadata or annotation on vanity url is removed #128

@mishraomp

Description

@mishraomp

with our approach to delete and create vanity url with updated certs, it is removing the existing annotations on the route
for ex:

  annotations:
    haproxy.router.openshift.io/disable_cookies: 'true'
    haproxy.router.openshift.io/rate-limit-connections: 'true'
    haproxy.router.openshift.io/rate-limit-connections.concurrent-tcp: '100'
    haproxy.router.openshift.io/rate-limit-connections.rate-http: '200'
    haproxy.router.openshift.io/rate-limit-connections.rate-tcp: '500'

we have to find a way to keep existing annotations of the route in place.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

Next

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions