ci: drift-detection and docs with terraform-docs #1
@@ -6,7 +6,7 @@ terraform {
|
||||
}
|
||||
|
||||
gitea = {
|
||||
source = "malarinv/gitea"
|
||||
source = "malarinv/gitea"
|
||||
version = ">= 0.1.0"
|
||||
}
|
||||
|
||||
|
||||
@@ -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