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

Commit cb8b128

Browse files
authored
Merge pull request #53 from krishchow/master
updates rbac and properties for deployment
2 parents 3deeeb6 + fd32723 commit cb8b128

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ resources:
2828
- resources/rbac.yaml
2929
- resources/secret.yaml
3030
- resources/deployment.yaml
31+
- resources/minio.yaml
3132

3233
configurations:
3334
- resources/kustomizeconfig.yaml

minio.yaml renamed to resources/minio.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ spec:
1010
protocol: TCP
1111
selector:
1212
app: minio
13-
1413
---
15-
1614
apiVersion: apps/v1
1715
kind: Deployment
1816
metadata:
Lines changed: 1 addition & 1 deletion
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

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)