fix: port cast type
This commit is contained in:
parent
019ce8216d
commit
c3ceb3861f
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ spec:
|
||||||
- name: MINIO_ENDPOINT
|
- name: MINIO_ENDPOINT
|
||||||
value: {{ .Values.application.minio.endpoint }}
|
value: {{ .Values.application.minio.endpoint }}
|
||||||
- name: MINIO_PORT
|
- name: MINIO_PORT
|
||||||
value: {{ .Values.application.minio.port }}
|
value: {{ .Values.application.minio.port | quote }}
|
||||||
- name: MINIO_ACCESS_KEY
|
- name: MINIO_ACCESS_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Add table
Reference in a new issue