From f56ed00acf3d4fc6d23bbf74cbfc85c35583fc81 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 30 Jul 2022 12:30:50 +0200 Subject: [PATCH] hopefully fix drone runner https://github.com/drone/charts/issues/84 --- flux/cluster/apps/gitops/drone/runner.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/flux/cluster/apps/gitops/drone/runner.yaml b/flux/cluster/apps/gitops/drone/runner.yaml index abb0e97..1cc17c0 100644 --- a/flux/cluster/apps/gitops/drone/runner.yaml +++ b/flux/cluster/apps/gitops/drone/runner.yaml @@ -27,3 +27,4 @@ spec: - drone-build env: DRONE_NAMESPACE_DEFAULT: drone-build + DRONE_RPC_HOST: "drone:8080"