mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 03:11:24 +00:00
Fix comma so objects don't override
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
This commit is contained in:
parent
d171e12eb1
commit
ccd5fe7069
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user