diff --git a/README.md b/README.md index 9b857b3..ade44ab 100644 --- a/README.md +++ b/README.md @@ -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. | `""` | diff --git a/values.yaml b/values.yaml index 3745d29..2162688 100644 --- a/values.yaml +++ b/values.yaml @@ -130,7 +130,7 @@ config: # # download "github.com/pkg/*" { # mode = "redirect" - # downloadURL = "https://gocenter.io" + # downloadURL = "https://proxy.golang.org" # } gitConfig: