From aa9e197ae3fd6af0003eb95769894189843c1426 Mon Sep 17 00:00:00 2001 From: douzeb Date: Fri, 16 Dec 2022 03:00:15 +0100 Subject: [PATCH] make some changes to try to fix issue --- 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 e6b900f..7738eaf 100644 --- a/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml +++ b/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml @@ -1,6 +1,6 @@ -bases: +resources: - ../../base -namePrefix: prod- +#namePrefix: prod- patchesStrategicMerge: - replicas.yaml - resources.yaml