1
0
Fork 0

feat(rancher): add WhitelistSourceRange label.

This commit is contained in:
Fernandez Ludovic 2017-12-16 14:18:37 +01:00 committed by Traefiker
parent c042098889
commit c884c7bb8a
2 changed files with 7 additions and 0 deletions

View file

@ -44,6 +44,12 @@
"{{.}}",
{{end}}]
{{if getWhitelistSourceRange $service}}
whitelistSourceRange = [{{range getWhitelistSourceRange $service}}
"{{.}}",
{{end}}]
{{end}}
basicAuth = [{{range getBasicAuth $service}}
"{{.}}",
{{end}}]