File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,17 @@ spec:
4444 {{- toYaml .Values.securityContext | nindent 12 }}
4545 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4646 imagePullPolicy : {{ .Values.image.pullPolicy }}
47- {{- if .Values.persistence.artifactory.enabled }}
4847 env :
48+ {{- if .Values.persistence.artifactory.enabled }}
4949 - name : " ARTIFACTORY_TOKEN"
5050 valueFrom :
5151 secretKeyRef :
5252 name : artifactory
5353 key : token
5454 {{- end }}
55+ {{- with .Values.extraEnv }}
56+ {{- toYaml . | nindent 12 }}
57+ {{- end }}
5558 ports :
5659 - name : http
5760 containerPort : {{ .Values.service.port }}
Original file line number Diff line number Diff line change 1010 # Overrides the image tag whose default is the chart appVersion.
1111 tag : " "
1212
13+ extraEnv : []
14+
1315imagePullSecrets : []
1416nameOverride : " "
1517fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments