Fix prometheusSelector variable name
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Starefossen
2021-02-24 19:37:08 +08:00
parent 2c8e4d07c8
commit 80092be46d

View File

@@ -5,8 +5,8 @@ metadata:
name: {{ include "gitea.fullname" . }}
labels:
{{- include "gitea.labels" . | nindent 4 }}
{{- if .Values.monitoring.serviceMonitor.prometheusSelector }}
prometheus: {{ .Values.monitoring.serviceMonitor.prometheusSelector }}
{{- if .Values.metrics.serviceMonitor.prometheusSelector }}
prometheus: {{ .Values.metrics.serviceMonitor.prometheusSelector }}
{{- end }}
spec:
selector: