From dc4f10ebe21425db7c33b9f50601dad726dc178d Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 29 Jan 2023 15:58:21 +0800 Subject: [PATCH] fix(ingress): nginx kustomization wrong file name --- kube/4-core/1-ingress/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/4-core/1-ingress/kustomization.yaml b/kube/4-core/1-ingress/kustomization.yaml index ee94461c..6906f0ad 100644 --- a/kube/4-core/1-ingress/kustomization.yaml +++ b/kube/4-core/1-ingress/kustomization.yaml @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - 1-namespace.yaml - - 2-certs.sops.yaml + - 2-certs.yaml - 3-nginx.yaml