Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 77a5b41

Browse files
authored
Merge pull request #101 from cospeedster/patch-1
fix(apigateway): Fixed label for service monitor
2 parents eaed99c + 9583671 commit 77a5b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apigateway/helm/templates/_helper.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ Renders the license config name or secret. If not specified, it will be the defa
125125
Renders the service name for service monitoring. If not specified, it will be the default name.
126126
*/}}
127127
{{- define "apigateway.monitorServiceName" -}}
128-
{{- default ( printf "%s-%s" (include "common.names.fullname" . ) "-rt") .Values.serviceMonitor.serviceName }}
129-
{{- end }}
128+
{{- default ( printf "%s-rt" (include "common.names.fullname" . ) ) .Values.serviceMonitor.serviceName }}
129+
{{- end }}

0 commit comments

Comments
 (0)