Add kafka.numPartitions environment variable with value 3 in kustomization.yaml

main
Ishrath Ahamed 1 month ago
parent 5642c68f34
commit d15f3fc8b1

@ -30,11 +30,11 @@ patchesJson6902:
- op: replace - op: replace
path: /spec/template/spec/containers/0/resources/requests/memory path: /spec/template/spec/containers/0/resources/requests/memory
value: 256Mi value: 256Mi
- op: replace - op: add
path: /spec/template/spec/containers/0/env/0 path: /spec/template/spec/containers/0/env/-
value: value:
name: active_profile name: kafka.numPartitions
value: "DEV" value: "3"
- target: - target:
group: batch group: batch

Loading…
Cancel
Save