Skip to content

Commit

Permalink
Trim suffix when installing canary ingress (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored Jun 19, 2021
1 parent ba101d4 commit 69eb460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/templates/ingress-activity-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- host: {{ .host | quote }}
http:
paths:
- path: {{ $ingressPath }}/api/users/
- path: {{ trimSuffix "/" $ingressPath }}/api/users/
{{- if semverCompare "^1.19.0-0" $k8s_version }}
pathType: Prefix
backend:
Expand Down

0 comments on commit 69eb460

Please sign in to comment.