File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.4 .0
18
+ version : 1.5 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 84
84
name : responses-volume
85
85
- mountPath : /home/wiremock/storage/__files
86
86
name : responses-data
87
+ {{- with .Values.extraInitContainers }}
88
+ {{- toYaml . | nindent 8 }}
89
+ {{- end }}
87
90
{{- with .Values.nodeSelector }}
88
91
nodeSelector :
89
92
{{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ initContainer:
38
38
tag : 5
39
39
pullPolicy : Always
40
40
41
+ extraInitContainers : []
42
+
41
43
imagePullSecrets : []
42
44
nameOverride : " "
43
45
fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments