Add option to delete tenant's pvcs on tenant deletion (#251)

This commit is contained in:
Cesar N
2020-08-19 20:34:43 -07:00
committed by GitHub
parent f880e3976f
commit 5a95fed35b
12 changed files with 320 additions and 3724 deletions

View File

@@ -8,4 +8,4 @@ resources:
- console-configmap.yaml
- console-service.yaml
- console-deployment.yaml
- minio-operator.yaml
- https://github.com/minio/operator/?ref=v3.0.10

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,12 @@ rules:
- create
- list
- patch
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- deletecollection
- apiGroups:
- "storage.k8s.io"
resources:

View File

@@ -8,4 +8,4 @@ resources:
- console-configmap.yaml
- console-service.yaml
- console-deployment.yaml
- minio-operator.yaml
- https://github.com/minio/operator/?ref=v3.0.10

File diff suppressed because it is too large Load Diff