Add active_profile environment variable with DEV value in kustomization.yaml

main
Ishrath Ahamed 3 months ago
parent 9c4a622c5e
commit 5642c68f34

@ -30,6 +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
value:
name: active_profile
value: "DEV"
- target:
group: batch

Loading…
Cancel
Save