Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion iac/provider-gcp/nomad/jobs/template-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ job "template-manager-system" {
OTEL_COLLECTOR_GRPC_ENDPOINT = "${otel_collector_grpc_endpoint}"
LOGS_COLLECTOR_ADDRESS = "${logs_collector_address}"
ORCHESTRATOR_SERVICES = "${orchestrator_services}"
ALLOW_SANDBOX_INTERNET = "${allow_sandbox_internet}"
SHARED_CHUNK_CACHE_PATH = "${shared_chunk_cache_path}"
CLICKHOUSE_CONNECTION_STRING = "${clickhouse_connection_string}"
DOCKERHUB_REMOTE_REPOSITORY_URL = "${dockerhub_remote_repository_url}"
Expand Down
1 change: 0 additions & 1 deletion iac/provider-gcp/nomad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ resource "nomad_job" "template_manager" {
otel_collector_grpc_endpoint = "localhost:${var.otel_collector_grpc_port}"
logs_collector_address = "http://localhost:${var.logs_proxy_port.port}"
orchestrator_services = "template-manager"
allow_sandbox_internet = var.allow_sandbox_internet
clickhouse_connection_string = local.clickhouse_connection_string
dockerhub_remote_repository_url = var.dockerhub_remote_repository_url
launch_darkly_api_key = trimspace(data.google_secret_manager_secret_version.launch_darkly_api_key.secret_data)
Expand Down
Loading