issues
search
stefanprodan
/
hrval-action
Flux Helm Release validation GitHub action
Apache License 2.0
60
stars
44
forks
source link
Properly Test if ${CHART_PATH} Exists
#28
Closed
stevenpall
closed
4 years ago
stevenpall
commented
4 years ago
Catch case where the value of
${CHART_PATH}
is
null
. Currently the check is only for an empty string.
Similarly, if the value of
${CHART_PATH}
is not
null
, run
helm dependency build
.
${CHART_PATH}
isnull
. Currently the check is only for an empty string.${CHART_PATH}
is notnull
, runhelm dependency build
.