-
Notifications
You must be signed in to change notification settings - Fork 160
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
feat: add proxyVarsFromSecret value #196
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a78c177
feat: add proxyVarsFromSecret value
aslafy-z 73adb59
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 274f6a4
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 6257a7b
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 494e9f3
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci ab95c60
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 4e392b5
Merge branch 'main' into feat/proxyVarsFromSecret
aslafy-z 641385c
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 3d5df19
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 3b1b191
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 7e17875
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci be4ce12
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 5d2ffbe
Update Chart.yaml
pierluigilenoci bdface2
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci c078e90
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci c3bffe0
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci 12e5cc8
Update helm/oauth2-proxy/Chart.yaml
pierluigilenoci 2cd07c9
Merge branch 'main' into feat/proxyVarsFromSecret
pierluigilenoci e2ae4b8
rename proxyVarsFromSecret to envFromExistingSecret
tuunit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pierluigilenoci I refactored the PR a little bit and gave the variable a better name but then I realised we already have an
envFrom
parameter that allows for using a secret as a source like so:in the
values.yaml
without any changes to the chart.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Therefore I don't see the benefit of this addition to the helm chart 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original idea of PR has probably been lost over time.
However, you can find it in this comment:
#141 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since then it has been replaced with a more generic solution:
#201
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would therefore close this PR.