diff --git a/templates/drone-runner-helm-value.yaml.j2 b/templates/drone-runner-helm-value.yaml.j2 index 680301f..b38791d 100644 --- a/templates/drone-runner-helm-value.yaml.j2 +++ b/templates/drone-runner-helm-value.yaml.j2 @@ -116,7 +116,7 @@ env: ## service that the drone server Chart creates by default. ## Ref: https://kube-runner.docs.drone.io/installation/reference/drone-rpc-host/ ## - DRONE_RPC_HOST: drone.{{ traefik_domain }} + DRONE_RPC_HOST: {{ drone_rpc_host }} ## The protocol to use for communication with Drone server. ## Ref: https://kube-runner.docs.drone.io/installation/reference/drone-rpc-proto/