canonical / oathkeeper-operator

Charmed Ory Oathkeeper
https://charmhub.io/oathkeeper
Apache License 2.0
1 stars 4 forks source link

Fix CI #74

Closed natalian98 closed 1 month ago

natalian98 commented 1 month ago

Traefik rev194 introduced creation of a LoadBalancer service type instead of modifying traefik's juju ClusterIP. This broke our CI as the helper for getting traefik public address was fetching it from juju app status, which is no longer valid.

This PR fixes it by retrieving the ip from the lb service.