fix(manifests): disable issuerRef for prometheus-stack

This commit is contained in:
孙振宇 2025-01-13 01:24:35 +08:00
parent d2b104e22d
commit cea95ef680

View File

@ -2663,9 +2663,10 @@ prometheusOperator:
duration: "" # default to be 5y duration: "" # default to be 5y
admissionCert: admissionCert:
duration: "" # default to be 1y duration: "" # default to be 1y
issuerRef: # Selfsigned, do not ref any issuer @ Sun Zhenyu
name: "mathmast-dot-com" # issuerRef:
kind: "ClusterIssuer" # name: "mathmast-dot-com"
# kind: "ClusterIssuer"
## Namespaces to scope the interaction of the Prometheus Operator and the apiserver (allow list). ## Namespaces to scope the interaction of the Prometheus Operator and the apiserver (allow list).
## This is mutually exclusive with denyNamespaces. Setting this to an empty object will disable the configuration ## This is mutually exclusive with denyNamespaces. Setting this to an empty object will disable the configuration