You've already forked athens-proxy-charts
fix(configMap): enable downloadURL and mode by default
Some checks failed
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
Generate README / generate-parameters (push) Successful in 28s
Markdown linter / markdown-link-checker (push) Failing after 14s
Markdown linter / markdown-lint (push) Failing after 33s
Some checks failed
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
Generate README / generate-parameters (push) Successful in 28s
Markdown linter / markdown-link-checker (push) Failing after 14s
Markdown linter / markdown-lint (push) Failing after 33s
This commit is contained in:
@@ -189,10 +189,10 @@ extraVolumeMounts:
|
|||||||
| `config.downloadMode.existingConfigMap.downloadModeKey` | The name of the key inside the config map where the content of the download mode file is stored. | `downloadMode` |
|
| `config.downloadMode.existingConfigMap.downloadModeKey` | The name of the key inside the config map where the content of the download mode file is stored. | `downloadMode` |
|
||||||
| `config.downloadMode.configMap.annotations` | Additional annotations of the config map containing the download mode file. | `{}` |
|
| `config.downloadMode.configMap.annotations` | Additional annotations of the config map containing the download mode file. | `{}` |
|
||||||
| `config.downloadMode.configMap.labels` | Additional labels of the config map containing the download mode file. | `{}` |
|
| `config.downloadMode.configMap.labels` | Additional labels of the config map containing the download mode file. | `{}` |
|
||||||
| `config.downloadMode.configMap.content` | The content of the download mode file. | `# downloadURL = "https://proxy.golang.org"
|
| `config.downloadMode.configMap.content` | The content of the download mode file. | `downloadURL = "https://proxy.golang.org"
|
||||||
#
|
|
||||||
# mode = "async_redirect"
|
mode = "async_redirect"
|
||||||
#
|
|
||||||
# download "github.com/gomods/*" {
|
# download "github.com/gomods/*" {
|
||||||
# mode = "sync"
|
# mode = "sync"
|
||||||
# }
|
# }
|
||||||
|
@@ -37,10 +37,10 @@ tests:
|
|||||||
- equal:
|
- equal:
|
||||||
path: data.downloadMode
|
path: data.downloadMode
|
||||||
value: |
|
value: |
|
||||||
# downloadURL = "https://proxy.golang.org"
|
downloadURL = "https://proxy.golang.org"
|
||||||
#
|
|
||||||
# mode = "async_redirect"
|
mode = "async_redirect"
|
||||||
#
|
|
||||||
# download "github.com/gomods/*" {
|
# download "github.com/gomods/*" {
|
||||||
# mode = "sync"
|
# mode = "sync"
|
||||||
# }
|
# }
|
||||||
|
@@ -113,10 +113,10 @@ config:
|
|||||||
annotations: {}
|
annotations: {}
|
||||||
labels: {}
|
labels: {}
|
||||||
content: |
|
content: |
|
||||||
# downloadURL = "https://proxy.golang.org"
|
downloadURL = "https://proxy.golang.org"
|
||||||
#
|
|
||||||
# mode = "async_redirect"
|
mode = "async_redirect"
|
||||||
#
|
|
||||||
# download "github.com/gomods/*" {
|
# download "github.com/gomods/*" {
|
||||||
# mode = "sync"
|
# mode = "sync"
|
||||||
# }
|
# }
|
||||||
|
Reference in New Issue
Block a user