From c8c82b5a281f5884ab325e0ac1ff3d0a85cd1a94 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Wed, 24 Jan 2024 21:31:06 +0000 Subject: [PATCH] fix patching runner set --- .github/workflows/arm64-arc-runner-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arm64-arc-runner-set.yaml b/.github/workflows/arm64-arc-runner-set.yaml index 912325c2a5..d3c1905df4 100644 --- a/.github/workflows/arm64-arc-runner-set.yaml +++ b/.github/workflows/arm64-arc-runner-set.yaml @@ -66,7 +66,7 @@ jobs: # bubblewrap (which is a sandbox tool used by melange) requires privileged docker containers. # issue reference: https://github.com/containers/bubblewrap/issues/505 - kubectl patch autoscalingrunnerset arc-runner-set \ + kubectl patch autoscalingrunnerset arm64-runner-set \ --namespace arc-runners \ --type json \ --patch '[{"op": "add", "path": "/spec/template/spec/containers/0/securityContext", "value": {"privileged": true}}]'