From b0a5a0bd675ed3022cb703c016d0c8d821aa00a6 Mon Sep 17 00:00:00 2001 From: juvdiaz Date: Mon, 25 May 2026 22:23:37 -0600 Subject: [PATCH] Fix Prometheus operator TLS mount --- bootstrap/platform/main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/platform/main.tf b/bootstrap/platform/main.tf index 81b9966..9ff136f 100644 --- a/bootstrap/platform/main.tf +++ b/bootstrap/platform/main.tf @@ -600,6 +600,9 @@ resource "helm_release" "prometheus_stack" { enabled = false } prometheusOperator = { + tls = { + enabled = false + } admissionWebhooks = { enabled = false }