This commit is contained in:
@@ -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
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user