jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
254 stars 338 forks source link

[jaeger] make Deployment depend on oauth2 config, if enabled #541

Closed cdanis closed 4 months ago

cdanis commented 4 months ago

What this PR does

Without this, changes to the oauth2-proxy configuration don't affect any metadata in the Deployment, meaning pods must be deleted manually after a configuration change.

Checklist