ci: drift-detection and docs with terraform-docs #1

Merged
thomasklein merged 3 commits from ci-drifts-docs into main 2022-06-13 22:50:13 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 8886ca2da8 - Show all commits

View File

@@ -6,7 +6,7 @@ terraform {
}
gitea = {
source = "malarinv/gitea"
source = "malarinv/gitea"
version = ">= 0.1.0"
}

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
}
}),