Compare commits
7 Commits
9b44b955da
...
6d9dfeded8
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | 6d9dfeded8 | |
Philippe Caseiro | 83148f0e04 | |
Philippe Caseiro | 09a0ea3b22 | |
Philippe Caseiro | 869d8b9d5c | |
Philippe Caseiro | 0b3030cc94 | |
Philippe Caseiro | 0140e38a26 | |
Philippe Caseiro | 822855126e |
|
@ -1,3 +1,6 @@
|
||||||
|
[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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bbbdc109eb9e0ee428722ee4e532cfd21b9bd1f2
|
|
@ -1,10 +0,0 @@
|
||||||
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