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