feat(marathon): add whitelistSourceRange label.
This commit is contained in:
parent
38a3fe4316
commit
edc55aad3c
2 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,12 @@
|
|||
"{{.}}",
|
||||
{{end}}]
|
||||
|
||||
{{if getWhitelistSourceRange $app $serviceName}}
|
||||
whitelistSourceRange = [{{range getWhitelistSourceRange $app $serviceName}}
|
||||
"{{.}}",
|
||||
{{end}}]
|
||||
{{end}}
|
||||
|
||||
basicAuth = [{{range getBasicAuth $app $serviceName}}
|
||||
"{{.}}",
|
||||
{{end}}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue