From c375e6df78dd510e2107b2edc7015c0afee149c4 Mon Sep 17 00:00:00 2001 From: James Polley Date: Sun, 24 Jun 2018 22:04:31 +1000 Subject: [PATCH] Add DEV_MODE setting for DEV_MODE instances --- k8s/deployment_template.jsonnet | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/deployment_template.jsonnet b/k8s/deployment_template.jsonnet index bd2c7548..d296b6f4 100644 --- a/k8s/deployment_template.jsonnet +++ b/k8s/deployment_template.jsonnet @@ -96,6 +96,10 @@ function (slug) { "name": "STRIPE_SECRET_KEY", "value": "5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B" }, + { + "name": "SYMPOSION_DEV_MODE", + "value": "LAPTOP" + }, ], "image": "asia.gcr.io/linuxconfsydney/symposion_app_2019_dev:" + slug, "imagePullPolicy": "Always",