fix a typo in the temporal yaml values

This commit is contained in:
Dan Ferris 2023-07-17 10:28:06 -07:00
parent 41c6a800fc
commit 0006e564cb
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -95,7 +95,7 @@ temporal:
repository: temporalio/admin-tools
tag: 1.19.1
pullPolicy: IfNotPresent
Namespace: default
namespace: default
serviceAnnotations: {}