Skip to content

Commit

Permalink
create ns
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 23, 2024
1 parent e2222ca commit a29d880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-self-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a29d880

Please sign in to comment.