fix(manifests): disable issuerRef for prometheus-stack
This commit is contained in:
parent
d2b104e22d
commit
cea95ef680
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user