From 4617f33e44d627e9184bec365e598d0a80d6b92b Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 15 Oct 2025 15:05:22 +0530 Subject: [PATCH] add hostNetwork: true --- clusters/default/git-ops/gitea-act/gitea-act.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/default/git-ops/gitea-act/gitea-act.yml b/clusters/default/git-ops/gitea-act/gitea-act.yml index 968b861..5212455 100644 --- a/clusters/default/git-ops/gitea-act/gitea-act.yml +++ b/clusters/default/git-ops/gitea-act/gitea-act.yml @@ -19,6 +19,7 @@ spec: app: gitea-act-runner spec: restartPolicy: Always + hostNetwork: true volumes: - name: docker-certs emptyDir: {}