Skip to content

Commit

Permalink
fix kustomizations
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuarezd committed Jan 26, 2023
1 parent e2988d6 commit e1affa0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
- resources/base/service-account.yaml
- resources/base/cluster-role.yaml
- resources/base/cluster-role-binding.yaml
- resources/base/crds/minio.min.io_tenants.yaml
- resources/base/crds
- resources/base/service.yaml
- resources/base/deployment.yaml
- resources/base/console-ui.yaml
Expand Down
7 changes: 7 additions & 0 deletions resources/base/crds/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization


resources:
- policybinding/
- tenant/
2 changes: 1 addition & 1 deletion resources/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization


resources:
- crds/minio.min.io_tenants.yaml
- crds/

0 comments on commit e1affa0

Please sign in to comment.