fix a typo in the temporal yaml values (#17)

This commit is contained in:
dferrisctrliq 2023-07-17 10:29:50 -07:00 committed by GitHub
parent 41c6a800fc
commit 91bdc7ce41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ spec:
- name: TEMPORAL_CLI_ADDRESS - name: TEMPORAL_CLI_ADDRESS
value: {{ .Values.temporal.hostport }} value: {{ .Values.temporal.hostport }}
- name: TEMPORAL_CLI_NAMESPACE - name: TEMPORAL_CLI_NAMESPACE
value: {{ $.Values.temporal.Namespace }} value: {{ $.Values.temporal.namespace }}
command: command:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"

View File

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