You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ! -e "${CHART_DIRECTORY}" ] && echo "CHART_DIRECTORY does not exist" && exit 1
TEMPDIR=`mktemp -d`
echo '{}' > "${TEMPDIR}/values.yaml"
for VALUES_FILE in values.yaml values.auto-updated.yaml environments/${K8S_ENVIRONMENT_NAME}/values.yaml environments/${K8S_ENVIRONMENT_NAME}/values.auto-updated.yaml
do
if [ -f "${VALUES_FILE}" ]; then
GLOBAL_VALUES=`./read_yaml.py "${VALUES_FILE}" global 2>/dev/null`