fix(config): support gitconfig
Some checks failed
Helm / helm-lint (push) Successful in 18s
Generate README / generate-parameters (push) Failing after 21s
Helm / helm-unittest (push) Successful in 15s

This commit is contained in:
2025-10-12 13:00:34 +02:00
parent 60fdfd90e1
commit bf721d8af1
4 changed files with 105 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ config:
## @param config.gitConfig.existingConfigMap.gitConfigKey The name of the key inside the config map where the content of the .gitconfig file is stored.
existingConfigMap:
enabled: false
secretName: ""
configMapName: ""
gitConfigKey:
## @param config.gitConfig.configMap.annotations Additional annotations of the config map containing the download mode file.