fix(helm): typo
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
d0d47f4e6a
commit
e676dd0727
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ spec:
|
|||
containers:
|
||||
- name: telemetry-cron
|
||||
image: "{{ tpl .Values.telemetry.image.repository . }}:{{ .Values.telemetry.image.tag | default .Chart.AppVersion }}-ee"
|
||||
imgePullPolicy: {{ .Values.telemetry.image.pullPolicy }}
|
||||
imagePullPolicy: {{ .Values.telemetry.image.pullPolicy }}
|
||||
env:
|
||||
- name: LICENSE_KEY
|
||||
value: '{{ .Values.global.enterpriseEditionLicense }}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue