Skip to content

Commit 245e7bf

Browse files
committed
fix: Enabled cert-manager integration to avoid certificate expiration
1 parent b6b4b82 commit 245e7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github-runner/k8s-runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ helm upgrade --install actions-runner-controller actions-runner-controller/actio
2828
--namespace $RUNNER_NAMESPACE \
2929
--set githubWebhookServer.enabled=false \
3030
--set authSecret.create=true \
31+
--set webhook.certManager.enabled=true \
3132
--set authSecret.github_token=${GITHUB_PAT}
3233

3334
echo "👷 Creating runner deployment in namespace "

0 commit comments

Comments
 (0)