extend manifests for openshift support

Signed-off-by: Mehmet Hatip <mbhatip@gmail.com>
This commit is contained in:
Mehmet Hatip 2021-07-19 11:35:41 -04:00
parent 922799081d
commit 7dab7c51d6
3 changed files with 31 additions and 0 deletions

View file

@ -170,4 +170,15 @@ rules:
- update
- list
- delete
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- create
- watch
- get
- update
- list
- delete
{{- end }}

View file

@ -147,4 +147,15 @@ rules:
- get
- update
- patch
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- create
- watch
- get
- update
- list
- delete
{{- end }}

View file

@ -550,6 +550,15 @@ spec:
required:
- stableIngress
type: object
openshift:
properties:
routes:
items:
type: string
type: array
required:
- routes
type: object
smi:
properties:
rootService: