Skip to content

Commit

Permalink
change v2 path for default ingress
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Jauffret <[email protected]>
  • Loading branch information
tuxtof committed May 9, 2022
1 parent 7551c34 commit 3fad097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ingress/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{- $_ := set . "portal_path" "/" -}}
{{- $_ := set . "api_path" "/api/" -}}
{{- $_ := set . "service_path" "/service/" -}}
{{- $_ := set . "v2_path" "/v2" -}}
{{- $_ := set . "v2_path" "/v2/" -}}
{{- $_ := set . "chartrepo_path" "/chartrepo/" -}}
{{- $_ := set . "controller_path" "/c/" -}}
{{- $_ := set . "notary_path" "/" -}}
Expand Down

0 comments on commit 3fad097

Please sign in to comment.