File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,9 @@ if [[ "${HELM_TEMPLATE_OPTIONS}" ]]; then
198198 HELM_TEMPLATE_OPTIONS=$( variable_expansion " ${HELM_TEMPLATE_OPTIONS} " )
199199fi
200200
201+ echoerr " looking for HELMFILE_INIT_SCRIPT:"
201202if [[ " ${HELMFILE_INIT_SCRIPT_FILE} " ]]; then
203+ echoerr " INIT_SCRIPT: ${HELMFILE_INIT_SCRIPT_FILE} "
202204 HELMFILE_INIT_SCRIPT_FILE=$( variable_expansion " ${HELMFILE_INIT_SCRIPT_FILE} " )
203205fi
204206
@@ -353,8 +355,9 @@ case $phase in
353355 fi
354356
355357 if [ ! -z " ${HELMFILE_INIT_SCRIPT_FILE} " ]; then
358+ echoerr " executint HELMFILE_INIT_SCRIPT:"
356359 HELMFILE_INIT_SCRIPT_FILE=$( realpath " ${HELMFILE_INIT_SCRIPT_FILE} " )
357- bash " ${HELMFILE_INIT_SCRIPT_FILE} "
360+ bash -x " ${HELMFILE_INIT_SCRIPT_FILE} "
358361 fi
359362
360363 # using app revision here to ensure if the git repo is updated the cache is busted
@@ -413,7 +416,7 @@ case $phase in
413416 done
414417 INTERNAL_HELM_TEMPLATE_OPTIONS=" ${INTERNAL_HELM_TEMPLATE_OPTIONS} ${INTERNAL_HELM_API_VERSIONS} "
415418 fi
416-
419+ # do sops encryption here
417420 # TODO: support post process pipeline here
418421 ${helmfile} \
419422 template \
You can’t perform that action at this time.
0 commit comments