From 905e3acdfd9fded0d584f0327711dd3fce5c1f5e Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 13 Jun 2024 02:24:52 +1000 Subject: [PATCH] fix missing reconciliation of ingress-nginx-config --- kubernetes/infrastructure/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index 77b5526..1e8bf93 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization resources: - ./repositories/repositories.yaml - ./cilium/cilium.yaml + - ./ingress-nginx/ingress-nginx-config.yaml - ./ingress-nginx/ingress-nginx.yaml