Skip to content

Commit

Permalink
Ensure MINIO_PORT env variable is injected as string (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbard1 authored Aug 25, 2021
1 parent 54f8fd9 commit de08b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sorry-cypress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sorry-cypress
description: A Helm chart for Sorry Cypress
type: application
version: 1.0.5
version: 1.0.6
appVersion: 1.1.0
home: https://sorry-cypress.dev/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/sorry-cypress/templates/deployment-director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
- name: MINIO_URL
value: {{ .Values.minio.url }}
- name: MINIO_PORT
value: {{ .Values.minio.service.port }}
value: {{ .Values.minio.service.port | quote }}
{{- if eq .Values.minio.service.port "443" }}
- name: MINIO_USESSL
value: "true"
Expand Down

0 comments on commit de08b58

Please sign in to comment.