format: terraform fmt
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-06-14 00:35:24 +02:00
parent e548712b02
commit 8886ca2da8
2 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ resource "helm_release" "drone_runner" {
}),
jsonencode({
env = {
DRONE_SERVER_HOST = "https://${local.ingress_domain}"
DRONE_RPC_HOST = "${helm_release.drone_server.name}.${helm_release.drone_server.namespace}.svc.cluster.local"
DRONE_RPC_PROTO = "http"
DRONE_SERVER_HOST = "https://${local.ingress_domain}"
DRONE_RPC_HOST = "${helm_release.drone_server.name}.${helm_release.drone_server.namespace}.svc.cluster.local"
DRONE_RPC_PROTO = "http"
DRONE_NAMESPACE_DEFAULT = kubernetes_namespace.jobs.metadata.0.name
}
}),