From c20a628f367d858d8033f2092d11b06eaf12b221 Mon Sep 17 00:00:00 2001 From: kkcprofile <74650724+kkcprofile@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:48:03 +0530 Subject: [PATCH] Merge pull request #239 from CAAPIM/nag_dev_gw [charts/gateway] - Adding provision to add additional system properties --- charts/gateway/templates/configmap.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/gateway/templates/configmap.yaml b/charts/gateway/templates/configmap.yaml index bd69e590..332a98d8 100644 --- a/charts/gateway/templates/configmap.yaml +++ b/charts/gateway/templates/configmap.yaml @@ -93,6 +93,11 @@ data: system-properties: |- {{ .Values.config.systemProperties | indent 4 }} {{- end }} +{{- if .Values.config.additionalSystemProperties }} +{{- range .Values.config.additionalSystemProperties }} + {{ .name }}={{ .value }} +{{- end }} +{{- end }} {{- if .Values.management.kubernetes.loadServiceAccountToken }} 002-load-service-account-token: |- #!/bin/bash