From 7f9bf382c23d6c7a72a83c37e7d526909ccfa1fd Mon Sep 17 00:00:00 2001 From: jbard1 <30892667+jbard1@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:13:06 +0100 Subject: [PATCH] Ensure inactivity timeout env var is injected as string (#69) --- charts/sorry-cypress/Chart.yaml | 2 +- charts/sorry-cypress/templates/deployment-director.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml index f731eee..21b96ba 100644 --- a/charts/sorry-cypress/Chart.yaml +++ b/charts/sorry-cypress/Chart.yaml @@ -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: diff --git a/charts/sorry-cypress/templates/deployment-director.yml b/charts/sorry-cypress/templates/deployment-director.yml index 36a3242..418f9fe 100644 --- a/charts/sorry-cypress/templates/deployment-director.yml +++ b/charts/sorry-cypress/templates/deployment-director.yml @@ -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