feat(base): adding nginx-gateway submodule
This commit is contained in:
parent
822855126e
commit
0140e38a26
|
@ -1,3 +1,6 @@
|
|||
[submodule "base/minio"]
|
||||
path = base/minio
|
||||
url = https://github.com/minio/operator.git
|
||||
[submodule "base/nginx-gateway"]
|
||||
path = base/nginx-gateway
|
||||
url = https://github.com/nginxinc/nginx-kubernetes-gateway.git
|
||||
|
|
|
@ -4,3 +4,5 @@ kind: Kustomization
|
|||
bases:
|
||||
- https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./minio
|
||||
- ./nginx-gateway
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d0d604bf43d48e008558d5180f3a143c4fce9e61
|
Loading…
Reference in New Issue