From 0a75109ba1d1183975cd6a36255827dba96a1bf7 Mon Sep 17 00:00:00 2001 From: Jake Spain Date: Thu, 17 Aug 2023 20:04:34 -0400 Subject: [PATCH] Temporarily enable debug flag --- helm-charts/vmpooler/templates/deployment-api.yaml | 2 ++ helm-charts/vmpooler/templates/deployment-manager.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/helm-charts/vmpooler/templates/deployment-api.yaml b/helm-charts/vmpooler/templates/deployment-api.yaml index f89bec8..18bf6c1 100644 --- a/helm-charts/vmpooler/templates/deployment-api.yaml +++ b/helm-charts/vmpooler/templates/deployment-api.yaml @@ -57,6 +57,8 @@ spec: initialDelaySeconds: 40 periodSeconds: 10 env: + - name: DEBUG_FLAG + value: 'true' - name: JRUBY_OPTS value: '{{ .Values.jruby_opts }}' - name: PORT diff --git a/helm-charts/vmpooler/templates/deployment-manager.yaml b/helm-charts/vmpooler/templates/deployment-manager.yaml index 63bda8f..0df4421 100644 --- a/helm-charts/vmpooler/templates/deployment-manager.yaml +++ b/helm-charts/vmpooler/templates/deployment-manager.yaml @@ -63,6 +63,8 @@ spec: initialDelaySeconds: 40 periodSeconds: 10 env: + - name: DEBUG_FLAG + value: 'true' - name: GOOGLE_APPLICATION_CREDENTIALS value: '{{ .Values.gce.keyfile }}' - name: AWS_KEY_FILE_LOCATION