From a29d88037c8c0c6ba7a193558563abb93457d23c Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Tue, 23 Jan 2024 21:46:02 +0000 Subject: [PATCH] create ns --- .github/workflows/arm64-self-hosted-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arm64-self-hosted-runner.yaml b/.github/workflows/arm64-self-hosted-runner.yaml index d74f837d2b..860a684def 100644 --- a/.github/workflows/arm64-self-hosted-runner.yaml +++ b/.github/workflows/arm64-self-hosted-runner.yaml @@ -52,13 +52,13 @@ jobs: --create-namespace \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller + kubectl create namespace arc-runners kubectl create secret generic github-config-secret \ --namespace=arc-runners \ --from-literal=github_token="${{ secrets.GITHUB_TOKEN }}" helm install arc-runner-set \ --namespace arc-runners \ - --create-namespace \ --set githubConfigUrl="https://github.com/replicatedhq/kots" \ --set githubConfigSecret="github-config-secret" \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set