fix: ingress creation script

This commit is contained in:
Revant Nandgaonkar 2020-04-20 20:59:46 +05:30
parent 5cacf65887
commit eb5de0bd32

View file

@ -19,7 +19,7 @@ if [[ -z "$TLS_SECRET_NAME" ]]; then
fi fi
envsubst '${INGRESS_NAME} envsubst '${INGRESS_NAME}
${ERPNEXT_SERVICE} ${FRAPPE_SERVICE}
${SITE_NAME} ${SITE_NAME}
${TLS_SECRET_NAME}' \ ${TLS_SECRET_NAME}' \
< ./newsiteingress.yaml.template > newsiteingress_$SITE_NAME.yaml < ./newsiteingress.yaml.template > newsiteingress_$SITE_NAME.yaml