Skip to content

Commit

Permalink
fix(note): fix incorrect service field in NOTES.txt (#68) (#69)
Browse files Browse the repository at this point in the history
(cherry picked from commit 292e001)

Co-authored-by: Thuan Vo <thvo@redhat.com>
  • Loading branch information
mergify[bot] and Thuan Vo authored May 31, 2023
1 parent 47c79b0 commit 5bceb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryostat/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{{- else if contains "NodePort" .Values.core.service.type }}
echo http://$NODE_IP:$NODE_PORT
{{- else if contains "LoadBalancer" .Values.core.service.type }}
echo http://$SERVICE_IP:{{ .Values.core.service.port }}
echo http://$SERVICE_IP:{{ .Values.core.service.httpPort }}
{{- else if contains "ClusterIP" .Values.core.service.type }}
http://127.0.0.1:8080
{{- end }}
Expand Down

0 comments on commit 5bceb89

Please sign in to comment.