Fix helm upgrade by adding quota to MINIO_ENABLED (#9054)

This commit is contained in:
Rory Powell 2022-12-15 12:29:53 +00:00 committed by GitHub
parent 8461dc22fe
commit 69252c350a
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ spec:
value: {{ .Values.services.objectStore.region }}
{{ end }}
- name: MINIO_ENABLED
value: {{ .Values.services.objectStore.minio }}
value: {{ .Values.services.objectStore.minio | quote }}
- name: MINIO_ACCESS_KEY
valueFrom:
secretKeyRef:

View File

@ -69,7 +69,7 @@ spec:
value: {{ .Values.services.objectStore.region }}
{{ end }}
- name: MINIO_ENABLED
value: {{ .Values.services.objectStore.minio }}
value: {{ .Values.services.objectStore.minio | quote }}
- name: MINIO_ACCESS_KEY
valueFrom:
secretKeyRef: