From 7f3ebb2a968dde16c9da9db3642f98fc1a4e449e Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 19 Oct 2022 15:55:25 +0200 Subject: [PATCH] feat(base): adding nginx-gateway submodule --- .gitmodules | 3 +++ base/kustomization.yaml | 2 ++ base/nginx-gateway | 1 + 3 files changed, 6 insertions(+) create mode 160000 base/nginx-gateway diff --git a/.gitmodules b/.gitmodules index e69de29..7e3eb77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "base/nginx-gateway"] + path = base/nginx-gateway + url = https://github.com/nginxinc/nginx-kubernetes-gateway.git diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 61825b6..5296aa9 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -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 \ No newline at end of file diff --git a/base/nginx-gateway b/base/nginx-gateway new file mode 160000 index 0000000..d0d604b --- /dev/null +++ b/base/nginx-gateway @@ -0,0 +1 @@ +Subproject commit d0d604bf43d48e008558d5180f3a143c4fce9e61