fix misses string template

This commit is contained in:
Oliver King 2021-11-30 09:29:27 -05:00
parent adc1ea014e
commit 2e569e818b
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ function getTrafficSplitObject(kubectl, name, stableWeight, baselineWeight, cana
"weight": "${canaryWeight}" "weight": "${canaryWeight}"
} }
], ],
"service": "%s" "service": "${name}"
} }
}`; }`;
} }

View File

@ -208,7 +208,7 @@ function getTrafficSplitObject(kubectl: Kubectl, name: string, stableWeight: num
"weight": "${canaryWeight}" "weight": "${canaryWeight}"
} }
], ],
"service": "%s" "service": "${name}"
} }
}`; }`;
} }