add sonarqube
This commit is contained in:
10
manifest/sonarqube/templates/prometheus-config.yaml
Normal file
10
manifest/sonarqube/templates/prometheus-config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- if .Values.prometheusExporter.enabled }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ template "sonarqube.fullname" . }}-prometheus-config
|
||||
labels: {{- include "sonarqube.labels" . | nindent 4 }}
|
||||
data:
|
||||
prometheus-config.yaml: |-
|
||||
{{- toYaml .Values.prometheusExporter.config | nindent 4 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user