Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Keeping to better Helm style

Co-authored-by: zeritti <[email protected]>
Signed-off-by: Petar Ivanković Milošević <[email protected]>
  • Loading branch information
SirTediousOfFoo and zeritti authored Apr 8, 2024
1 parent fa48758 commit a8b9486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus/templates/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
{{- with .Values.server }}
{{- with .Values.server.configMapAnnotations }}
annotations:
{{- toYaml .configMapAnnotations | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "prometheus.server.labels" . | nindent 4 }}
Expand Down

0 comments on commit a8b9486

Please sign in to comment.