patch middleware generation on common
This commit is contained in:
@@ -18,4 +18,4 @@ maintainers:
|
||||
name: common
|
||||
sources:
|
||||
type: library
|
||||
version: 6.4.1
|
||||
version: 6.4.2
|
||||
|
||||
@@ -44,8 +44,10 @@ within the common library.
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
|
||||
{{- if $fixedMiddlewares }}
|
||||
{{- if and ( $fixedMiddlewares ) ( $middlewares ) }}
|
||||
{{ $middlewares = ( printf "%v, %v" $fixedMiddlewares $middlewares ) }}
|
||||
{{- else if $fixedMiddlewares }}
|
||||
{{ $middlewares = ( printf "%s" $fixedMiddlewares ) }}
|
||||
{{ end }}
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user