Skip to content

Commit

Permalink
feat(helm): add possibility to add custom containers to ambassador pod
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Mar 5, 2022
1 parent 41c0de5 commit 95b8c78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/charts/charts/indexer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ Create the name of the service account to use
{{- default "default" .Values.serviceAccount.name }}
{{- end }}
{{- end }}

{{- define "ambassador.extraContainers" -}}
{{ tpl (default "" .Values.extraContainers) . }}
{{- end -}}
2 changes: 2 additions & 0 deletions infrastructure/charts/charts/indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@ nodeSelector: {}
tolerations: []

affinity: {}

extraContainers: {}

0 comments on commit 95b8c78

Please sign in to comment.