enhance notes after installing / upgrading helm chart

Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
Pascal Sthamer
2025-12-03 14:53:20 +01:00
parent 1f824ed19e
commit df45fa35e1
@@ -22,6 +22,6 @@ Access the pod you want to debug by executing
To access shuffle using port-forwarding:
1. Run `kubectl port-forward -n shuffle svc/shuffle-frontend 8080:http`
1. Run `kubectl port-forward -n {{ .Release.Namespace }} svc/{{ include "shuffle.frontend.name" . }} 8080:http`
2. Visit http://localhost:8080 with your browser
3. Create the administrator account, if not already done