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

Commit 9589721

Browse files
author
Krish Chowdhary
committed
updates rbac and properties for deployment
1 parent 3deeeb6 commit 9589721

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: resources/objectstorage-provisioner.properties

+1-1
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

Diff for: resources/rbac.yaml

+3
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)