mirror of
https://github.com/resf/distro-tools.git
synced 2024-12-21 18:38:29 +00:00
fix a typo in the temporal yaml values (#17)
This commit is contained in:
parent
41c6a800fc
commit
91bdc7ce41
@ -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"
|
||||||
|
@ -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: {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user