File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,17 @@ spec:
44
44
{{- toYaml .Values.securityContext | nindent 12 }}
45
45
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
46
46
imagePullPolicy : {{ .Values.image.pullPolicy }}
47
- {{- if .Values.persistence.artifactory.enabled }}
48
47
env :
48
+ {{- if .Values.persistence.artifactory.enabled }}
49
49
- name : " ARTIFACTORY_TOKEN"
50
50
valueFrom :
51
51
secretKeyRef :
52
52
name : artifactory
53
53
key : token
54
54
{{- end }}
55
+ {{- with .Values.extraEnv }}
56
+ {{- toYaml . | nindent 12 }}
57
+ {{- end }}
55
58
ports :
56
59
- name : http
57
60
containerPort : {{ .Values.service.port }}
Original file line number Diff line number Diff line change 10
10
# Overrides the image tag whose default is the chart appVersion.
11
11
tag : " "
12
12
13
+ extraEnv : []
14
+
13
15
imagePullSecrets : []
14
16
nameOverride : " "
15
17
fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments