Skip to content

Commit 95b8c78

Browse files
committed
feat(helm): add possibility to add custom containers to ambassador pod
1 parent 41c0de5 commit 95b8c78

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

infrastructure/charts/charts/indexer/templates/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ Create the name of the service account to use
6060
{{- default "default" .Values.serviceAccount.name }}
6161
{{- end }}
6262
{{- end }}
63+
64+
{{- define "ambassador.extraContainers" -}}
65+
{{ tpl (default "" .Values.extraContainers) . }}
66+
{{- end -}}

infrastructure/charts/charts/indexer/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,5 @@ nodeSelector: {}
112112
tolerations: []
113113

114114
affinity: {}
115+
116+
extraContainers: {}

0 commit comments

Comments
 (0)