We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a5f3c commit e1ae6b0Copy full SHA for e1ae6b0
charts/unleash/Chart.yaml
@@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg
5
6
type: application
7
8
-version: 5.3.3
+version: 5.3.4
9
10
appVersion: "6.3.0"
11
charts/unleash/templates/deployment.yaml
@@ -163,6 +163,9 @@ spec:
163
resources:
164
{{- toYaml .Values.cloudsql.resources | nindent 12 }}
165
{{- end }}
166
+ {{- with .Values.extraContainers }}
167
+ {{- toYaml . | nindent 8 }}
168
+ {{- end }}
169
{{- with .Values.initContainers }}
170
initContainers:
171
{{- toYaml . | nindent 8 }}
charts/unleash/values.yaml
@@ -114,6 +114,7 @@ ingress:
114
# - chart-example.local
115
116
initContainers: []
117
+extraContainers: []
118
119
livenessProbe:
120
enabled: true
0 commit comments