Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to add config via envFrom #201

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

StianOvrevage
Copy link
Contributor

Add option to add config via envFrom

I opted for having the configuration with the full format:

- configMapRef:
      name: special-config

since the spec allows for both ConfigMaps and Secrets. This makes using it a bit more verbose, but the template-logic much simpler than iterating over two lists (one for ConfigMaps and one for Secrets).

Closes #198

@pierluigilenoci pierluigilenoci merged commit ec56488 into oauth2-proxy:main Apr 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support envFrom as way to configure Pod
2 participants