From 32a6e54e47ad7ea3223913e6d87fcbedb0fba9b5 Mon Sep 17 00:00:00 2001 From: douzeb Date: Fri, 16 Dec 2022 11:05:40 +0100 Subject: [PATCH] fix kustomization --- deploy/k8s-poc-demo/overlays/prod/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml b/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml index 7738eaf..7818ab7 100644 --- a/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml +++ b/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml @@ -1,5 +1,5 @@ -resources: -- ../../base +bases: +- ../../base/ #namePrefix: prod- patchesStrategicMerge: - replicas.yaml