Skip to content

Commit

Permalink
feat: Add extraContainers to unleash chart
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbalint committed Nov 19, 2024
1 parent 64a5f3c commit 280d525
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/unleash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg

type: application

version: 5.3.3
version: 5.3.4

appVersion: "6.3.0"

Expand Down
3 changes: 3 additions & 0 deletions charts/unleash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ spec:
resources:
{{- toYaml .Values.cloudsql.resources | nindent 12 }}
{{- end }}
{{- with .Values.extraContainers }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.initContainers }}
initContainers:
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 1 addition & 0 deletions charts/unleash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ ingress:
# - chart-example.local

initContainers: []
extraContainers: []

livenessProbe:
enabled: true
Expand Down

0 comments on commit 280d525

Please sign in to comment.