Skip to content

Commit c787110

Browse files
authored
Default kustomize without operator (#555)
1 parent 1a83797 commit c787110

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

k8s/operator-console/base/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ resources:
88
- console-configmap.yaml
99
- console-service.yaml
1010
- console-deployment.yaml
11-
- https://github.com/minio/operator/?ref=v3.0.29
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
# beginning of customizations
4+
#namespace: min-ns
5+
6+
resources:
7+
- ../base
8+
- https://github.com/minio/operator/?ref=v3.0.29
9+

0 commit comments

Comments
 (0)