feat(base): adding nginx-gateway submodule
This commit is contained in:
parent
f6223731ed
commit
7f3ebb2a96
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "base/nginx-gateway"]
|
||||||
|
path = base/nginx-gateway
|
||||||
|
url = https://github.com/nginxinc/nginx-kubernetes-gateway.git
|
|
@ -4,3 +4,5 @@ kind: Kustomization
|
||||||
bases:
|
bases:
|
||||||
- https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
|
- 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
|
- 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