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 8
8
- cli
9
9
- ci
10
10
- deps
11
+ - helm
11
12
12
13
types :
13
14
- feat
Original file line number Diff line number Diff line change 36
36
- name : STACKIT_SERVICE_ACCOUNT_KEY_PATH
37
37
value : " {{ .Values.stackitSaAuthentication.mountPath}}/{{ .Values.stackitSaAuthentication.fileName}}"
38
38
{{- end }}
39
+ {{- if .Values.extraEnv }}
40
+ {{- range .Values.extraEnv }}
41
+ - name : {{ .name }}
42
+ value : {{ .value | quote }}
43
+ {{- end }}
44
+ {{- end }}
39
45
ports :
40
46
- name : https
41
47
containerPort : 8443
Original file line number Diff line number Diff line change @@ -94,3 +94,12 @@ additionalVolumeMounts: []
94
94
# - name: extra-config
95
95
# mountPath: /etc/extra-config
96
96
# 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