Skip to content

Commit e1ae6b0

Browse files
authored
feat: Add extraContainers to unleash chart (#178)
1 parent 64a5f3c commit e1ae6b0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

charts/unleash/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg
55

66
type: application
77

8-
version: 5.3.3
8+
version: 5.3.4
99

1010
appVersion: "6.3.0"
1111

charts/unleash/templates/deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ spec:
163163
resources:
164164
{{- toYaml .Values.cloudsql.resources | nindent 12 }}
165165
{{- end }}
166+
{{- with .Values.extraContainers }}
167+
{{- toYaml . | nindent 8 }}
168+
{{- end }}
166169
{{- with .Values.initContainers }}
167170
initContainers:
168171
{{- toYaml . | nindent 8 }}

charts/unleash/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ ingress:
114114
# - chart-example.local
115115

116116
initContainers: []
117+
extraContainers: []
117118

118119
livenessProbe:
119120
enabled: true

0 commit comments

Comments
 (0)