Skip to content

Commit

Permalink
fix: Add missing extraContainers
Browse files Browse the repository at this point in the history
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
  • Loading branch information
ekarlso committed Oct 17, 2022
1 parent a580846 commit bdf8a6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/tremor/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ spec:
resources:
{{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.extraContainers }}
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.extraInitContainers }}
initContainers:
{{ toYaml . | nindent 8}}
Expand Down
3 changes: 3 additions & 0 deletions charts/tremor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ spec:
{{- with .Values.extraVolumeMounts }}
{{ toYaml . | nindent 12}}
{{- end }}
{{- with .Values.extraContainers }}
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.extraInitContainers }}
initContainers:
{{ toYaml . | nindent 8}}
Expand Down

0 comments on commit bdf8a6b

Please sign in to comment.