docs(README): adapt downloadURL
Some checks failed
Generate README / generate-parameters (push) Successful in 10s
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (push) Failing after 6s
Markdown linter / markdown-lint (push) Failing after 9s
Markdown linter / markdown-link-checker (push) Successful in 35s

This commit is contained in:
2025-10-12 18:58:24 +02:00
parent 89604cbe64
commit 0e048cdf4b
2 changed files with 3 additions and 3 deletions

View File

@@ -183,9 +183,9 @@ mode = "async_redirect"
#
# download "github.com/pkg/*" {
# mode = "redirect"
# downloadURL = "https://gocenter.io"
# downloadURL = "https://proxy.golang.org"
# }
` |
` |
| `config.gitConfig.enabled` | Enable mounting of a .gitconfig file into the container file system. | `false` |
| `config.gitConfig.existingConfigMap.enabled` | Enable to use an external config map for mounting the .gitconfig file. | `false` |
| `config.gitConfig.existingConfigMap.configMapName` | The name of the existing config map which should be used to mount the .gitconfig file. | `""` |

View File

@@ -130,7 +130,7 @@ config:
#
# download "github.com/pkg/*" {
# mode = "redirect"
# downloadURL = "https://gocenter.io"
# downloadURL = "https://proxy.golang.org"
# }
gitConfig: