15 lines
309 B
Smarty
15 lines
309 B
Smarty
{{- define "tc.v1.common.lib.cnpg.secret.urls" -}}
|
|
{{- $std := .std }}
|
|
{{- $nossl := .nossl }}
|
|
{{- $porthost := .porthost }}
|
|
{{- $host := .host }}
|
|
{{- $jdbc := .jdbc }}
|
|
enabled: true
|
|
data:
|
|
std: {{ $std }}
|
|
nossl: {{ $nossl }}
|
|
porthost: {{ $porthost }}
|
|
host: {{ $host }}
|
|
jdbc: {{ $jdbc }}
|
|
{{- end -}}
|