Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Oct 27, 2022
1 parent f5b7625 commit 5c29ef0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
12 changes: 12 additions & 0 deletions bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,18 @@ spec:
- get
- patch
- update
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- authentication.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,7 @@ spec:
description: 'Type default value is: "" Supported types are: ingress'
enum:
- ingress
- openshift-route-v1
type: string
type: object
maxReplicas:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ spec:
description: 'Type default value is: "" Supported types are: ingress'
enum:
- ingress
- openshift-route-v1
type: string
type: object
maxReplicas:
Expand Down
12 changes: 12 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,15 @@ rules:
- get
- patch
- update
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3840,7 +3840,7 @@ Ingress is used to specify how OpenTelemetry Collector is exposed. This function
<td>
Type default value is: "" Supported types are: ingress<br/>
<br/>
<i>Enum</i>: ingress<br/>
<i>Enum</i>: ingress, openshift-route-v1<br/>
</td>
<td>false</td>
</tr></tbody>
Expand Down

0 comments on commit 5c29ef0

Please sign in to comment.