Default kustomize without operator (#555)

This commit is contained in:
Daniel Valdivia
2021-01-15 15:23:25 -08:00
committed by GitHub
parent 1a83797a86
commit c787110e17
2 changed files with 9 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# beginning of customizations
#namespace: min-ns
resources:
- ../base
- https://github.com/minio/operator/?ref=v3.0.29