Skip to content

Commit

Permalink
feat(cluster): pass everything to to custom_queries
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschidlowskidmde committed Jan 2, 2025
1 parent 037bb1a commit e572728
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions charts/cluster/templates/user-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ metadata:
data:
custom-queries: |
{{- range .Values.cluster.monitoring.customQueries }}
{{ .name }}:
query: {{ .query | quote }}
metrics:
{{- .metrics | toYaml | nindent 8 }}
{{ .name }}: {{- omit . "name" | toYaml | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit e572728

Please sign in to comment.