Skip to content

Commit

Permalink
fix(helm): do not override CHECKPOINT_PATH
Browse files Browse the repository at this point in the history
Take advantage of the dynamic CHECKPOINT_PATH in the startup-script:
https://github.com/cilium/image-tools/blob/396d5a19690229b42398a8be63b5712ea64a2601/images/startup-script/manage-startup-script.sh#L58

Signed-off-by: Raphaël Pinson <raphael@isovalent.com>
  • Loading branch information
raphink authored and aanm committed Apr 5, 2022
1 parent 27a93e8 commit b38d591
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ spec:
{{- with .Values.nodeinit.extraEnv }}
{{- toYaml . | trim | nindent 10 }}
{{- end }}
- name: CHECKPOINT_PATH
value: /tmp/node-init.cilium.io
# STARTUP_SCRIPT is the script run on node bootstrap. Node
# bootstrapping can be customized in this script. This script is invoked
# using nsenter, so it runs in the host's network and mount namespace using
Expand Down

0 comments on commit b38d591

Please sign in to comment.