Skip to content

Commit

Permalink
bundle: add generated bundle changes that other commits bring
Browse files Browse the repository at this point in the history
add generated bundle changes

Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
  • Loading branch information
Ceph Jenkins committed Nov 6, 2024
1 parent 4094f36 commit 36914e8
Showing 1 changed file with 74 additions and 6 deletions.
80 changes: 74 additions & 6 deletions bundle/manifests/cephcsi-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
createdAt: "2024-10-17T04:07:22Z"
createdAt: "2024-11-06T08:04:38Z"
olm.skipRange: ""
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/operator-type: non-standalone
Expand Down Expand Up @@ -46,6 +46,28 @@ spec:
verbs:
- get
- list
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- csinodes
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -139,6 +161,43 @@ spec:
verbs:
- update
- patch
- apiGroups:
- groupsnapshot.storage.k8s.io
resources:
- volumegroupsnapshotclasses
verbs:
- get
- list
- watch
- apiGroups:
- groupsnapshot.storage.k8s.io
resources:
- volumegroupsnapshotcontents
verbs:
- get
- list
- watch
- update
- patch
- apiGroups:
- groupsnapshot.storage.k8s.io
resources:
- volumegroupsnapshotcontents/status
verbs:
- update
- patch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- get
- apiGroups:
- ""
resources:
- serviceaccounts/token
verbs:
- create
serviceAccountName: ceph-csi-cephfs-ctrlplugin-sa
- rules:
- apiGroups:
Expand Down Expand Up @@ -616,21 +675,30 @@ spec:
verbs:
- create
- apiGroups:
- ""
- groupsnapshot.storage.k8s.io
resources:
- nodes
- volumegroupsnapshotclasses
verbs:
- get
- list
- watch"
- watch
- apiGroups:
- storage.k8s.io
- groupsnapshot.storage.k8s.io
resources:
- csinodes
- volumegroupsnapshotcontents
verbs:
- get
- list
- watch
- update
- patch
- apiGroups:
- groupsnapshot.storage.k8s.io
resources:
- volumegroupsnapshotcontents/status
verbs:
- update
- patch
serviceAccountName: ceph-csi-rbd-ctrlplugin-sa
- rules:
- apiGroups:
Expand Down

0 comments on commit 36914e8

Please sign in to comment.