Skip to content

Commit

Permalink
Lowercase domain name in helm NOTES.txt (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks authored Jan 25, 2024
1 parent 852b642 commit bd407d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/ingress-controller/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ be automatically configured on the internet using ngrok.
{{- if eq $portMap.port 80 443 }}
{{- if ne $service.metadata.name "kubernetes" }}
{{- $found = true -}}
{{- $randomStr := randAlphaNum 8 }}
{{- $randomStr := randAlphaNum 8 | lower }}

One example, taken from your cluster, is the Service:
{{ $service.metadata.name | quote }}
Expand Down

0 comments on commit bd407d5

Please sign in to comment.