mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
fix: ingress creation script
This commit is contained in:
parent
5cacf65887
commit
eb5de0bd32
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue