Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 75283e8

Browse files
authored
Fix version injection if minio is disabled
1 parent 072f06a commit 75283e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/templates/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ spec:
3030
env:
3131
- name: TELEMETRY_ENABLED
3232
value: {{ .Values.telemetryEnabled | quote }}
33+
- name: VERSION
34+
value: {{ .Chart.Version | quote }}
3335
# TODO: integrate with cert manager and auto gen a cert for minio
3436
{{- if .Values.minio.enabled }}
3537
- name: S3_USE_SSL
3638
value: 'false'
37-
- name: VERSION
38-
value: {{ .Chart.Version | quote }}
3939
- name: S3_ENDPOINT
4040
value: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc.cluster.local"
4141
- name: S3_PORT

0 commit comments

Comments
 (0)