forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mount always ref/secrets. (helm#23137)
The `ref/secrets` is mounted only when `master.enableXmlConfig == true`. This is bug. The `ref/secrets` must be always mounted. Just because `master.secretsFilesSecret` and `master.enableXmlConfig` are unrelated, as well as: ./templates/config.yaml has unconditional: apply_config.sh: |- echo "applying Jenkins configuration" mkdir -p {{ .Values.master.jenkinsRef }}/secrets/; This mkdir will fail in UID != 0. We need to mount always secrets. Signed-off-by: Andrei Stepanov <[email protected]> Signed-off-by: Adrien Loiseau <[email protected]>
- Loading branch information
1 parent
c4102d7
commit e67af28
Showing
3 changed files
with
9 additions
and
4 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