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
|
enabled = false
|
||||||
}
|
}
|
||||||
prometheusOperator = {
|
prometheusOperator = {
|
||||||
|
tls = {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
admissionWebhooks = {
|
admissionWebhooks = {
|
||||||
enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue