From 48d67de1445bedc21f85c9492b1ebb478fb27287 Mon Sep 17 00:00:00 2001 From: james Hart Date: Tue, 23 Jul 2024 15:38:42 +0100 Subject: [PATCH] define RUNNER_LABELS env variable --- helm_deploy/hmpps-github-actions-runner/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm_deploy/hmpps-github-actions-runner/values.yaml b/helm_deploy/hmpps-github-actions-runner/values.yaml index 3726772..157a1d9 100644 --- a/helm_deploy/hmpps-github-actions-runner/values.yaml +++ b/helm_deploy/hmpps-github-actions-runner/values.yaml @@ -4,6 +4,9 @@ generic-service: replicaCount: 1 # we can start with one and do more + env: + RUNNER_LABELS: hmpps-github-actions-runner + image: repository: ghcr.io/ministryofjustice/hmpps-github-actions-runner tag: xxx # override at deployment time