From 25793b75f175a47ca4263cf0581142bbd1294766 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 27 Jun 2024 09:47:38 +1000 Subject: [PATCH] add infra app local-path-provisioner --- kubernetes/infrastructure/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index 6d7183a..ba4f3c5 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -7,7 +7,7 @@ resources: - ./grafana-dashboards/grafana-dashboards.yaml - ./ingress-nginx/ingress-nginx.yaml - ./ingress-nginx/ingress-nginx-config.yaml - - ./kube-system/kube-system-misc.yaml + - ./local-path-provisioner/local-path-provisioner.yaml - ./minio/minio.yaml - ./namespaces/namespaces.yaml - ./postgresql/postgresql.yaml