Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 2f2a0fc

Browse files
author
Krish Chowdhary
committed
updates rbac and properties for deployment
1 parent bfba1e6 commit 2f2a0fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
OBJECTSTORAGE_PROVISIONER_IMAGE_ORG=quay.io/containerobjectstorage
2-
OBJECTSTORAGE_PROVISIONER_IMAGE_VERSION=latest
2+
OBJECTSTORAGE_PROVISIONER_IMAGE_VERSION=canary

container-object-storage-interface-provisioner-sidecar/resources/rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ rules:
2121
- apiGroups: ["objectstorage.k8s.io"]
2222
resources: ["bucketaccesses"]
2323
verbs: ["get", "watch", "list", "delete", "update", "create"]
24+
- apiGroups: [""]
25+
resources: ["secrets"]
26+
verbs: ["get", "delete", "update", "create"]
2427
---
2528
kind: ClusterRoleBinding
2629
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)