From e912c354cab9396b52a85bf77b5b9fe640f9ebb0 Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 abb0e97b..1cc17c02 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"