Skip to content

Commit

Permalink
feat(metrics): helm add additionalLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
halleystar committed May 14, 2024
1 parent 4578e29 commit 5c0762c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ data:
port: {{ .Values.agent.config.port }}
enableController: {{ .Values.controller.enabled }}
metrics:
additionalLabels:
{{- toYaml .Values.config.additionalLabels | nindent 8 }}
probes:
{{- toYaml .Values.config.metricProbes | nindent 6 }}
event:
Expand Down

0 comments on commit 5c0762c

Please sign in to comment.