From 178934888056405e996258a2552962f5b5af7845 Mon Sep 17 00:00:00 2001 From: sravula84 <119365902+sravula84@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:14:06 -0700 Subject: [PATCH 1/2] Update values.yaml --- charts/gha-runner-scale-set/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index c6214b9c..1e17a148 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -206,5 +206,5 @@ template: ## to help it finish RoleBinding with the right service account. ## Note: if your controller is installed to only watch a single namespace, you have to pass these values explicitly. controllerServiceAccount: - namespace: prosper-runners + namespace: prosper-gha-runners name: prosper-runner-controller-gha-rs-controller From 6009f0fb00dcbc591931ba5ae5de24829ed4761a Mon Sep 17 00:00:00 2001 From: sravula84 <119365902+sravula84@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:14:39 -0700 Subject: [PATCH 2/2] Update values.yaml --- 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 dd434c7c..039461b6 100644 --- a/charts/gha-runner-scale-set-controller/values.yaml +++ b/charts/gha-runner-scale-set-controller/values.yaml @@ -102,7 +102,7 @@ flags: ## Restricts the controller to only watch resources in the desired namespace. ## Defaults to watch all namespaces when unset. - watchSingleNamespace: "prosper-runners" + watchSingleNamespace: "prosper-gha-runners" ## Defines how the controller should handle upgrades while having running jobs. ##