Skip to content

Commit

Permalink
Merge pull request #101 from cospeedster/patch-1
Browse files Browse the repository at this point in the history
fix(apigateway): Fixed label for service monitor
  • Loading branch information
thomas-2020 authored Jul 4, 2024
2 parents eaed99c + 9583671 commit 77a5b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apigateway/helm/templates/_helper.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ Renders the license config name or secret. If not specified, it will be the defa
Renders the service name for service monitoring. If not specified, it will be the default name.
*/}}
{{- define "apigateway.monitorServiceName" -}}
{{- default ( printf "%s-%s" (include "common.names.fullname" . ) "-rt") .Values.serviceMonitor.serviceName }}
{{- end }}
{{- default ( printf "%s-rt" (include "common.names.fullname" . ) ) .Values.serviceMonitor.serviceName }}
{{- end }}

0 comments on commit 77a5b41

Please sign in to comment.