Skip to content

Commit

Permalink
Ensure inactivity timeout env var is injected as string (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbard1 authored Sep 8, 2021
1 parent d7fd6e4 commit 7f9bf38
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.7
version: 1.0.8
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 @@ -100,7 +100,7 @@ spec:
{{- end }}
{{- end }}
- name: INACTIVITY_TIMEOUT_SECONDS
value: {{ .Values.director.environmentVariables.inactivityTimeoutSeconds }}
value: {{ .Values.director.environmentVariables.inactivityTimeoutSeconds | quote }}
image: "{{ .Values.director.image.repository }}:{{ .Values.director.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.director.image.pullPolicy }}
name: {{ include "sorry-cypress-helm.fullname" . }}-director
Expand Down

0 comments on commit 7f9bf38

Please sign in to comment.