Skip to content

Commit

Permalink
Merge pull request #335 from CAAPIM/nag_addsysprop
Browse files Browse the repository at this point in the history
Adding provision to add additional system properties #239
  • Loading branch information
Gazza7205 authored Oct 25, 2024
2 parents aa9c12d + c20a628 commit 4248011
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/gateway/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4248011

Please sign in to comment.