emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.33k stars 682 forks source link

python: cleanup noop env-vars #5495

Closed LanceEa closed 7 months ago

LanceEa commented 7 months ago

Description

This cleans up some env-vars that are not used and are effectively no-ops so removing them to avoid confusion.

Related Issues

N/A

Testing

CI is green, removed no longer valid unit tests.

Checklist