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 11, 2024
1 parent 318ab6a commit 5c519a4
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion 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-11-11T08:04:43Z"
createdAt: "2024-11-11T08:52:44Z"
olm.skipRange: ""
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/operator-type: non-standalone
Expand Down Expand Up @@ -872,6 +872,13 @@ spec:
- replicasets
verbs:
- get
- apiGroups:
- apps
resources:
- deployments/finalizers
- daemonsets/finalizers
verbs:
- update
serviceAccountName: ceph-csi-cephfs-ctrlplugin-sa
- rules:
- apiGroups:
Expand Down Expand Up @@ -938,6 +945,13 @@ spec:
- replicasets
verbs:
- get
- apiGroups:
- apps
resources:
- deployments/finalizers
- daemonsets/finalizers
verbs:
- update
serviceAccountName: ceph-csi-rbd-ctrlplugin-sa
- rules:
- apiGroups:
Expand All @@ -960,6 +974,13 @@ spec:
- replicasets
verbs:
- get
- apiGroups:
- apps
resources:
- deployments/finalizers
- daemonsets/finalizers
verbs:
- update
serviceAccountName: ceph-csi-rbd-nodeplugin-sa
strategy: deployment
installModes:
Expand Down

0 comments on commit 5c519a4

Please sign in to comment.