Fix comma so objects don't override

Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
This commit is contained in:
Mustafa Gezen 2022-07-30 01:00:41 +02:00
parent d171e12eb1
commit ccd5fe7069
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local utils = import 'ci/utils.jsonnet';
{
name: '%s_TEMPORAL_HOSTPORT' % prefix,
value: $.hostport,
}
},
{
name: 'TEMPORAL_NAMESPACE',
value: if utils.helm_mode then '{{ .Values.temporalNamespace | default !"!" }}' else 'default',