Skip to content

Commit

Permalink
helm: rename 'poststart.sh' to 'poststart-eni.sh'
Browse files Browse the repository at this point in the history
To make room in the future for different post-start scripts depending on
different Helm values, and also because the current contents of the file
really only make sense if ENI mode is enabled.

Signed-off-by: Bruno M. Custódio <brunomcustodio@gmail.com>
  • Loading branch information
bmcustodio authored and gandro committed Nov 22, 2021
1 parent e7de7f2 commit 2373cbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- "/bin/sh"
- "-c"
- |
{{- tpl (.Files.Get "files/nodeinit/poststart.bash") . | nindent 20 }}
{{- tpl (.Files.Get "files/nodeinit/poststart-eni.bash") . | nindent 20 }}
{{- end }}
{{- if .Values.nodeinit.revertReconfigureKubelet }}
preStop:
Expand Down

0 comments on commit 2373cbe

Please sign in to comment.