diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 139aa57..24e8962 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -5,5 +5,4 @@ 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 - - github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1 - - ./nginx-gateway \ No newline at end of file + - ./nginx \ No newline at end of file diff --git a/base/nginx/kustomization.yaml b/base/nginx/kustomization.yaml index b7dd1dc..f435ce3 100644 --- a/base/nginx/kustomization.yaml +++ b/base/nginx/kustomization.yaml @@ -8,5 +8,4 @@ resources: configMapGenerator: - name: njs-modules files: - - github.com/nginxinc/nginx-kubernetes-gateway/internal/nginx/modules/src/httpmatches.js - + - github.com/nginxinc/nginx-kubernetes-gateway/internal/nginx/modules/src/httpmatches.js \ No newline at end of file