UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b330f1a0 authored by Tunde Oladipupo's avatar Tunde Oladipupo Committed by Micah Nagel
Browse files

Kyverno Reporter mTLS

parent 50c68abf
No related branches found
No related tags found
1 merge request!2318Kyverno Reporter mTLS
......@@ -45,6 +45,23 @@ monitoring:
enabled: {{ .Values.monitoring.enabled }}
grafana:
namespace: monitoring
{{- if .Values.istio.enabled }}
serviceMonitor:
scheme: https
tlsConfig:
caFile: /etc/prom-certs/root-cert.pem
certFile: /etc/prom-certs/cert-chain.pem
keyFile: /etc/prom-certs/key.pem
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
kyverno:
serviceMonitor:
scheme: https
tlsConfig:
caFile: /etc/prom-certs/root-cert.pem
certFile: /etc/prom-certs/cert-chain.pem
keyFile: /etc/prom-certs/key.pem
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
{{- end }}
openshift: {{ .Values.openshift }}
......
......@@ -416,7 +416,7 @@ kyvernoreporter:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/kyverno-reporter
path: ./chart
tag: "2.13.4-bb.0"
tag: "2.13.4-bb.1"
# -- Flux reconciliation overrides specifically for the Kyverno Reporter Package
flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment