File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 88 - cli
99 - ci
1010 - deps
11+ - helm
1112
1213types :
1314 - feat
Original file line number Diff line number Diff line change 3636 - name : STACKIT_SERVICE_ACCOUNT_KEY_PATH
3737 value : " {{ .Values.stackitSaAuthentication.mountPath}}/{{ .Values.stackitSaAuthentication.fileName}}"
3838 {{- end }}
39+ {{- if .Values.extraEnv }}
40+ {{- range .Values.extraEnv }}
41+ - name : {{ .name }}
42+ value : {{ .value | quote }}
43+ {{- end }}
44+ {{- end }}
3945 ports :
4046 - name : https
4147 containerPort : 8443
Original file line number Diff line number Diff line change @@ -94,3 +94,12 @@ additionalVolumeMounts: []
9494# - name: extra-config
9595# mountPath: /etc/extra-config
9696# readOnly: true
97+
98+ # -- Placeholder for additional env-variables. Apply via "--set"-command or
99+ # -- delete the next line and add your variables as in the commented example below.
100+ extraEnv : []
101+ # extraEnv:
102+ # - name: HTTP_PROXY
103+ # value: "127.0.0.1"
104+ # - name: ANOTHER_VAR
105+ # value: "some-value"
You can’t perform that action at this time.
0 commit comments