Skip to content

Commit

Permalink
fix patching runner set
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 24, 2024
1 parent 0ba7f9e commit c8c82b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-arc-runner-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}]'

0 comments on commit c8c82b5

Please sign in to comment.