-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow using external secrets for RCON and community passwords (#9)
# Motivations For folks who host their K8S gitops repos publicly, having charts that allow secrets to be injected externally is important for both preventing any sort of secret-commiting mishap and visually clarifying which secrets will need to specified externally instead of (current approach) making the `Secret` keys opaque and using the gitops provider's features to inject the secrets, support of which can vary. Also this avoids the weirdness of having a secret injected, meanwhile the values read `password: ""` as if there is none # Modifications - This allows the `valueFrom` s to be overridden by the values. - There are no breaking changes as the `externalPassword` value only overrides the existing defaults when it is specified.
- Loading branch information
1 parent
b71c0c2
commit e8a1812
Showing
4 changed files
with
24 additions
and
2 deletions.
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
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