Skip to content

Commit 255b546

Browse files
committed
update path type from Prefix to ImplementationSpecific
1 parent ac3bd6c commit 255b546

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

garage/values.reference.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ingress:
107107
- host: s3.example.com
108108
paths:
109109
- path: /
110-
pathType: Prefix
110+
pathType: ImplementationSpecific
111111
# -- TLS configuration.
112112
tls: []
113113
# - secretName: garage-tls

garage/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ingress:
4545
- host: s3.example.com
4646
paths:
4747
- path: /
48-
pathType: Prefix
48+
pathType: ImplementationSpecific
4949
tls: []
5050

5151
httpRoute:

0 commit comments

Comments
 (0)