From cea95ef680e4494d9ea53b15347cc9b01d3f46e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Mon, 13 Jan 2025 01:24:35 +0800 Subject: [PATCH] fix(manifests): disable issuerRef for prometheus-stack --- .../kube-prometheus-stack/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/values.yaml b/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/values.yaml index bc20c13f..5b95aca2 100644 --- a/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/values.yaml +++ b/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/values.yaml @@ -2663,9 +2663,10 @@ prometheusOperator: duration: "" # default to be 5y admissionCert: duration: "" # default to be 1y - issuerRef: - name: "mathmast-dot-com" - kind: "ClusterIssuer" + # Selfsigned, do not ref any issuer @ Sun Zhenyu + # issuerRef: + # name: "mathmast-dot-com" + # kind: "ClusterIssuer" ## 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