Using gomplate as hydration template engine

This commit is contained in:
Richard Robert Reitz 2024-12-08 23:25:06 +01:00
parent 46c745bd28
commit 92b56c5350
47 changed files with 80 additions and 80 deletions

View file

@ -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 }}}