We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0db258 commit 2a7efddCopy full SHA for 2a7efdd
1 file changed
charts/temporal/templates/server-job.yaml
@@ -37,8 +37,7 @@ spec:
37
image: "{{ $.Values.admintools.image.repository }}:{{ $.Values.admintools.image.tag }}"
38
imagePullPolicy: {{ $.Values.admintools.image.pullPolicy }}
39
{{- if eq $store.driver "cassandra" }}
40
- command: ['temporal-cassandra-tool', 'create', '-k', '{{ $store.config.keyspace }}', '--replication-factor', '{{ $store.config.replicationFactor | default 1 }}'{{- if $store.config.datacenter }}, '--
41
-datacenter', '{{ $store.config.datacenter }}'{{- end }}]
+ command: ['temporal-cassandra-tool', 'create', '-k', '{{ $store.config.keyspace }}', '--replication-factor', '{{ $store.config.replicationFactor | default 1 }}'{{- if $store.config.datacenter }}, '--datacenter', '{{ $store.config.datacenter }}'{{- end }}]
42
{{- else if eq $store.driver "sql" }}
43
command: ['temporal-sql-tool', 'create-database']
44
{{- else -}}
0 commit comments