We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e8f76 commit 84c79f5Copy full SHA for 84c79f5
chart/templates/ui/ingress.yml
@@ -12,7 +12,7 @@ spec:
12
rules:
13
- http:
14
paths:
15
- - path: /
+ - path: {{ .Values.ingress.ui.path }}
16
pathType: Prefix
17
backend:
18
service:
0 commit comments