Skip to content

Commit

Permalink
Use correct value for UI ingress path
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Jun 11, 2024
1 parent b6e8f76 commit 84c79f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/ui/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
rules:
- http:
paths:
- path: /
- path: {{ .Values.ingress.ui.path }}
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit 84c79f5

Please sign in to comment.