Fix Prometheus operator TLS mount
This commit is contained in:
parent
009e6ce927
commit
b0a5a0bd67
|
|
@ -600,6 +600,9 @@ resource "helm_release" "prometheus_stack" {
|
|||
enabled = false
|
||||
}
|
||||
prometheusOperator = {
|
||||
tls = {
|
||||
enabled = false
|
||||
}
|
||||
admissionWebhooks = {
|
||||
enabled = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue