Compare commits
7 Commits
6d9dfeded8
...
9b44b955da
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | 9b44b955da | |
Philippe Caseiro | d13e0d4d6a | |
Philippe Caseiro | cafe701488 | |
Philippe Caseiro | 373bd63306 | |
Philippe Caseiro | 9bd3205cec | |
Philippe Caseiro | 7f3ebb2a96 | |
Philippe Caseiro | f6223731ed |
|
@ -1,6 +1,3 @@
|
||||||
[submodule "base/minio"]
|
|
||||||
path = base/minio
|
|
||||||
url = https://github.com/minio/operator.git
|
|
||||||
[submodule "base/nginx-gateway"]
|
[submodule "base/nginx-gateway"]
|
||||||
path = base/nginx/nginx-gateway
|
path = base/nginx/nginx-gateway
|
||||||
url = https://github.com/nginxinc/nginx-kubernetes-gateway.git
|
url = https://github.com/nginxinc/nginx-kubernetes-gateway.git
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit bbbdc109eb9e0ee428722ee4e532cfd21b9bd1f2
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: minio-operator
|
||||||
|
commonAnnotations:
|
||||||
|
operator.min.io/authors: "MinIO, Inc."
|
||||||
|
operator.min.io/license: "AGPLv3"
|
||||||
|
operator.min.io/support: "https://subnet.min.io"
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- github.com/minio/operator/resources
|
Loading…
Reference in New Issue