mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Solution: quote ${YAML_TEMPLATE} when calling the sed command (#96)
This commit is contained in:
parent
60f57ff95b
commit
fd3ad086f8
1 changed files with 1 additions and 1 deletions
|
@ -138,4 +138,4 @@ sed -e "s/CLUSTER_DNS_IP/$CLUSTER_DNS_IP/g" \
|
|||
-e "s@STUBDOMAINS@${STUBDOMAINS//$orig/$replace}@g" \
|
||||
-e "s@FEDERATIONS@${FEDERATIONS//$orig/$replace}@g" \
|
||||
-e "s/UPSTREAMNAMESERVER/$UPSTREAM/g" \
|
||||
${YAML_TEMPLATE}
|
||||
"${YAML_TEMPLATE}"
|
||||
|
|
Loading…
Reference in a new issue