From 1cba9c78006cb8a8f421a5483438acbc14ed6eb2 Mon Sep 17 00:00:00 2001 From: Adam Szaraniec Date: Thu, 30 Nov 2023 14:32:59 +0400 Subject: [PATCH] Fix typo in helm chart (#3104) Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com> --- charts/gha-runner-scale-set-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set-controller/values.yaml b/charts/gha-runner-scale-set-controller/values.yaml index c4525a43..3a63c829 100644 --- a/charts/gha-runner-scale-set-controller/values.yaml +++ b/charts/gha-runner-scale-set-controller/values.yaml @@ -102,7 +102,7 @@ flags: ## Defines how the controller should handle upgrades while having running jobs. ## - ## The srategies available are: + ## The strategies available are: ## - "immediate": (default) The controller will immediately apply the change causing the ## recreation of the listener and ephemeral runner set. This can lead to an ## overprovisioning of runners, if there are pending / running jobs. This should not