Skip to content

Commit

Permalink
Add missing Minio PORT and USE_SSL configurations to Director deploym…
Browse files Browse the repository at this point in the history
…ent (#65)

* Add missing Minio PORT and USE_SSL configurations to Director deployment

* bump
  • Loading branch information
jbard1 authored Aug 6, 2021
1 parent 63340af commit 54f8fd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.4
version: 1.0.5
appVersion: 1.1.0
home: https://sorry-cypress.dev/
sources:
Expand Down
6 changes: 6 additions & 0 deletions charts/sorry-cypress/templates/deployment-director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ spec:
value: {{ .Values.minio.endpoint }}
- name: MINIO_URL
value: {{ .Values.minio.url }}
- name: MINIO_PORT
value: {{ .Values.minio.service.port }}
{{- if eq .Values.minio.service.port "443" }}
- name: MINIO_USESSL
value: "true"
{{- end }}
{{- end }}
image: "{{ .Values.director.image.repository }}:{{ .Values.director.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.director.image.pullPolicy }}
Expand Down

0 comments on commit 54f8fd9

Please sign in to comment.