File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
charts/contract-management Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : contract-management
3- version : 3.5.4
3+ version : 3.5.6
44appVersion : 3.0.0
55description : A Helm chart for running the contract-management on kubernetes.
66icon : https://fiware.github.io/catalogue/img/fiware.png
Original file line number Diff line number Diff line change 11# contract-management
22
3- ![ Version: 3.5.4 ] ( https://img.shields.io/badge/Version-3.5.4 -informational?style=flat-square ) ![ AppVersion: 3.0.0] ( https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square )
3+ ![ Version: 3.5.6 ] ( https://img.shields.io/badge/Version-3.5.6 -informational?style=flat-square ) ![ AppVersion: 3.0.0] ( https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square )
44
55A Helm chart for running the contract-management on kubernetes.
66
Original file line number Diff line number Diff line change 3636 {{- end }}
3737 spec :
3838 serviceAccountName : {{ include "contract.serviceAccountName" . }}
39+ {{- if .Values.deployment.initContainers }}
40+ initContainers :
41+ {{- with .Values.deployment.initContainers }}
42+ {{- toYaml . | nindent 8 }}
43+ {{- end }}
44+ {{- end }}
3945 containers :
4046 - name : {{ .Chart.Name }}
4147 imagePullPolicy : {{ .Values.deployment.image.pullPolicy }}
8187 - name : application-yaml
8288 mountPath : /application.yaml
8389 subPath : application.yaml
90+ {{- if .Values.deployment.additionalVolumeMounts }}
91+ {{- with .Values.deployment.additionalVolumeMounts }}
92+ {{- toYaml . | nindent 12 }}
93+ {{- end }}
94+ {{- end }}
8495 resources :
8596 {{- toYaml .Values.deployment.resources | nindent 12 }}
8697 volumes :
@@ -90,6 +101,11 @@ spec:
90101 items :
91102 - key : application.yaml
92103 path : application.yaml
104+ {{- if .Values.deployment.additionalVolumes }}
105+ {{- with .Values.deployment.additionalVolumes }}
106+ {{- toYaml . | nindent 8 }}
107+ {{- end }}
108+ {{- end }}
93109 {{- with .Values.deployment.nodeSelector }}
94110 nodeSelector :
95111 {{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments