We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b4b82 commit 245e7bfCopy full SHA for 245e7bf
github-runner/k8s-runner.sh
@@ -28,6 +28,7 @@ helm upgrade --install actions-runner-controller actions-runner-controller/actio
28
--namespace $RUNNER_NAMESPACE \
29
--set githubWebhookServer.enabled=false \
30
--set authSecret.create=true \
31
+ --set webhook.certManager.enabled=true \
32
--set authSecret.github_token=${GITHUB_PAT}
33
34
echo "👷 Creating runner deployment in namespace "
0 commit comments