Fix Prometheus operator TLS mount

This commit is contained in:
juvdiaz 2026-05-25 22:23:37 -06:00
parent 009e6ce927
commit b0a5a0bd67
1 changed files with 3 additions and 0 deletions

View File

@ -600,6 +600,9 @@ resource "helm_release" "prometheus_stack" {
enabled = false
}
prometheusOperator = {
tls = {
enabled = false
}
admissionWebhooks = {
enabled = false
}