Add optionnal initContainer to fix sysctl config#162
Open
AlexisDucastel wants to merge 1 commit intoPlace1:masterfrom
Open
Add optionnal initContainer to fix sysctl config#162AlexisDucastel wants to merge 1 commit intoPlace1:masterfrom
AlexisDucastel wants to merge 1 commit intoPlace1:masterfrom
Conversation
DasSkelett
pushed a commit
to DasSkelett/wg-access-server
that referenced
this pull request
Apr 14, 2022
…ng-1.18.1-alpine Bump golang from 1.18.0-alpine to 1.18.1-alpine
|
I'd love to see this merged - has bit me more than once at this point. I went ahead and published my own chart with these changes for internal use, but I'd prefer to use the upstream one long term. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This request will add an optionnal flag to helm chart values.yaml, that let people add an initContainer to fix sysctl missing "net.ipv4.ip_forward=1" issue. (like #140)
Here is an exrtract of the documentation I added to values/yaml :