Skip to content

Commit

Permalink
Another extraArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed May 2, 2024
1 parent 2bfb42f commit 716b8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/prometheus/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ spec:
- --{{ . }}
{{- end }}
{{- range $key, $value := .Values.server.extraArgs }}
{{- if ne $value "" }}
- --{{ $key }}={{ $value }}
{{- else }}
- --{{ $key }}
{{- end }}
{{- end }}
{{- if .Values.server.prefixURL }}
- --web.route-prefix={{ .Values.server.prefixURL }}
Expand Down

0 comments on commit 716b8d5

Please sign in to comment.