Add stream-snippet as a ConfigMap and Annotation option (#8029)
* stream snippet * gofmt -s
This commit is contained in:
parent
cf6ea08739
commit
ce9deaa332
12 changed files with 386 additions and 4 deletions
|
|
@ -827,6 +827,11 @@ stream {
|
|||
proxy_pass upstream_balancer;
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
# Stream Snippets
|
||||
{{ range $snippet := .StreamSnippets }}
|
||||
{{ $snippet }}
|
||||
{{ end }}
|
||||
}
|
||||
|
||||
{{/* definition of templates to avoid repetitions */}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue