Skip to content

Commit 84c79f5

Browse files
author
sd109
committed
Use correct value for UI ingress path
1 parent b6e8f76 commit 84c79f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/ui/ingress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
rules:
1313
- http:
1414
paths:
15-
- path: /
15+
- path: {{ .Values.ingress.ui.path }}
1616
pathType: Prefix
1717
backend:
1818
service:

0 commit comments

Comments
 (0)