From d15f3fc8b1d37a730572e7c4f75a2db9727ae848 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Mon, 21 Apr 2025 15:34:11 +0530 Subject: [PATCH] Add kafka.numPartitions environment variable with value 3 in kustomization.yaml --- UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml b/UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml index 1584a9d..8e94422 100644 --- a/UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml +++ b/UAT/ehr/csi-ehr-common-java-sev/kustomization.yaml @@ -30,11 +30,11 @@ patchesJson6902: - op: replace path: /spec/template/spec/containers/0/resources/requests/memory value: 256Mi - - op: replace - path: /spec/template/spec/containers/0/env/0 + - op: add + path: /spec/template/spec/containers/0/env/- value: - name: active_profile - value: "DEV" + name: kafka.numPartitions + value: "3" - target: group: batch