From 26cf505d55ba6461b21ff45987d6de2f56bdc653 Mon Sep 17 00:00:00 2001 From: Sai Shanmukha Date: Tue, 11 Apr 2023 11:29:43 -0500 Subject: [PATCH 1/2] Adding `local` default pay model for qa-brh --- .secrets.baseline | 4 ++-- qa-brh.planx-pla.net/manifests/hatchery/hatchery.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index 575b41a5c..a1783c43b 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -301,7 +301,7 @@ "filename": "qa-brh.planx-pla.net/manifests/hatchery/hatchery.json", "hashed_secret": "fb088b8531b78cd23eb31e2e0015061a8747d917", "is_verified": false, - "line_number": 6 + "line_number": 10 } ], "qa-covid19.planx-pla.net/dashboard/Public/index.html": [ @@ -7665,5 +7665,5 @@ } ] }, - "generated_at": "2023-04-10T17:06:43Z" + "generated_at": "2023-04-11T16:29:37Z" } diff --git a/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json b/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json index 02a3e1b8f..7f83bdff0 100755 --- a/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json +++ b/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json @@ -2,6 +2,10 @@ "user-namespace": "jupyter-pods-qa-brh", "sub-dir": "/lw-workspace", "user-volume-size": "10Gi", + "default-pay-model": { + "workspace_type": "Trial Workspaces", + "local":true + }, "pay-models": [], "pay-models-dynamodb-table": "bmh-admin-portal-backend-bmhworkspacetableD4D73E43-4U08KIUG3YW3", "sidecar": { From 2936593b9b83500556ae163feb77cc6ad389e984 Mon Sep 17 00:00:00 2001 From: Sai Shanmukha Date: Tue, 11 Apr 2023 11:56:06 -0500 Subject: [PATCH 2/2] `Trial Workspaces` --> `Trial Workspace` --- qa-brh.planx-pla.net/manifests/hatchery/hatchery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json b/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json index 7f83bdff0..ec110f3f5 100755 --- a/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json +++ b/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json @@ -3,7 +3,7 @@ "sub-dir": "/lw-workspace", "user-volume-size": "10Gi", "default-pay-model": { - "workspace_type": "Trial Workspaces", + "workspace_type": "Trial Workspace", "local":true }, "pay-models": [],