oauth2-proxy / manifests

For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
Apache License 2.0
170 stars 153 forks source link

Improve wait-for-redis logic #197

Closed Pionerd closed 6 months ago

Pionerd commented 7 months ago

Fixes: https://github.com/oauth2-proxy/manifests/issues/182

Tested the standalone mode OK (both with Deployments and Statefulsets, which was my original use case)

Cannot test sentinel and cluster, because I also run into https://github.com/oauth2-proxy/manifests/issues/191

pierluigilenoci commented 7 months ago

To test the cases covered by #191 you can try using []

Pionerd commented 6 months ago

Done