mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-16 02:01:25 +00:00
fix a typo in the temporal yaml values
This commit is contained in:
parent
41c6a800fc
commit
0006e564cb
@ -36,7 +36,7 @@ spec:
|
||||
- name: TEMPORAL_CLI_ADDRESS
|
||||
value: {{ .Values.temporal.hostport }}
|
||||
- name: TEMPORAL_CLI_NAMESPACE
|
||||
value: {{ $.Values.temporal.Namespace }}
|
||||
value: {{ $.Values.temporal.namespace }}
|
||||
command:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
|
@ -95,7 +95,7 @@ temporal:
|
||||
repository: temporalio/admin-tools
|
||||
tag: 1.19.1
|
||||
pullPolicy: IfNotPresent
|
||||
Namespace: default
|
||||
namespace: default
|
||||
|
||||
serviceAnnotations: {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user