Skip to content

Commit a349f3f

Browse files
Merge pull request #257 from leaqui/patch-1
fix route apiVersion
2 parents c6de905 + 02c5e81 commit a349f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sidecar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ items:
99
annotations:
1010
serviceaccounts.openshift.io/oauth-redirectreference.primary: '{"kind":"OAuthRedirectReference","apiVersion":"v1","reference":{"kind":"Route","name":"proxy"}}'
1111
# Create a secure connection to the proxy via a route
12-
- apiVersion: v1
12+
- apiVersion: route.openshift.io/v1
1313
kind: Route
1414
metadata:
1515
name: proxy

0 commit comments

Comments
 (0)