You've already forked athens-proxy-charts
fix(configMap): enable downloadURL and mode by default
This commit is contained in:
@@ -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