Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Aug 8, 2024
1 parent c8e4bf9 commit 7f25285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/plgd-hub/templates/grpc-reflection/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{- define "plgd-hub.grpcreflection.domainToName" -}}
{{- $domain := index . 0 }}
{{- $fullname := index . 1 }}
{{- (printf "%s-%s" $domain $fullname) | trunc 63 | trimSuffix "-" }}
{{- (printf "%s-%s" $domain $fullname) | replace "+" "-" | replace "." "-" | trunc 63 | trimSuffix "-" }}
{{- end -}}

{{- define "plgd-hub.grpcreflection.mapServicesToDomains" -}}
Expand Down

0 comments on commit 7f25285

Please sign in to comment.