fix: port cast type

This commit is contained in:
devthejo 2023-12-16 23:38:30 +01:00
parent 019ce8216d
commit c3ceb3861f
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -124,7 +124,7 @@ spec:
- name: MINIO_ENDPOINT
value: {{ .Values.application.minio.endpoint }}
- name: MINIO_PORT
value: {{ .Values.application.minio.port }}
value: {{ .Values.application.minio.port | quote }}
- name: MINIO_ACCESS_KEY
valueFrom:
secretKeyRef: