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

Allow the release namespace to be overridden #143

Closed sathieu closed 1 year ago

sathieu commented 1 year ago

for multi-namespace deployments in combined charts

pierluigilenoci commented 1 year ago

@sathieu, your modification fails the tests. Can you take a look?

sathieu commented 1 year ago

I replaced {{ template "oauth2-proxy.namespace" . }} by {{ template "oauth2-proxy.namespace" $ }}. @pierluigilenoci back to you 🏓 !

For some reason, the PR is not updated (I force-pushed). Strange 🤔 ...

sathieu commented 1 year ago

Attaching the patch

0001-Allow-the-release-namespace-to-be-overridden.patch

sathieu commented 1 year ago

@pierluigilenoci @desaintmartin Please review 🙏 !