Create first test bucket

This commit is contained in:
2023-05-05 20:05:22 +02:00
parent 68c27a310d
commit 4b7748bfbf
5 changed files with 37 additions and 6 deletions

View File

@ -66,9 +66,6 @@ spec:
enum:
- compliance
- governance
# either Namespaced or Cluster
scope: Namespaced
names:
@ -81,4 +78,5 @@ spec:
# shortNames allow shorter string to match your resource on the CLI
shortNames:
- mbs
- buckets
- buckets
---

View File

@ -45,4 +45,5 @@ spec:
kind: MinioInstance
# shortNames allow shorter string to match your resource on the CLI
shortNames:
- mis
- mis
---

View File

@ -30,3 +30,4 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: minio-buckets
---