Using gomplate as hydration template engine
This commit is contained in:
parent
46c745bd28
commit
92b56c5350
47 changed files with 80 additions and 80 deletions
|
|
@ -15,7 +15,7 @@ controller:
|
|||
proxy-buffer-size: 32k
|
||||
use-forwarded-headers: "true"
|
||||
|
||||
{{]] if eq .Env.CLUSTER_TYPE "kind" [[}}
|
||||
{{{ if eq .Env.CLUSTER_TYPE "kind" }}}
|
||||
hostPort:
|
||||
enabled: true
|
||||
terminationGracePeriodSeconds: 0
|
||||
|
|
@ -38,4 +38,4 @@ controller:
|
|||
publish-status-address: localhost
|
||||
# added for idpbuilder
|
||||
enable-ssl-passthrough: ""
|
||||
{{]] end [[}}
|
||||
{{{ end }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue