Skip to content

Commit 02c5e81

Browse files
authored
fix route apiVersion
apiVersion: v1 doesn't work
1 parent bb6c702 commit 02c5e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sidecar.yaml

+1-1
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)