CAAPIM / apim-charts

Helm Charts for Layer7 API Management components.
MIT License
11 stars 48 forks source link

Update configmap.yaml #236

Closed snagarjunas closed 1 year ago

snagarjunas commented 1 year ago

Description of the change

Benefits

Drawbacks

Applicable issues

Additional information

Checklist

Gazza7205 commented 1 year ago

@snagarjunas - system properties are already configurable.

https://github.com/CAAPIM/apim-charts/blob/stable/charts/gateway/templates/configmap.yaml#L84-L87

{{- if .Values.config.systemProperties }}
  system-properties: |-
{{ .Values.config.systemProperties | indent 4 }}
{{- end }}