Build JavaScript (#159)

* build js

* fix missing string template

Co-authored-by: Oliver King <kingoliver@microsoft.com>
This commit is contained in:
Oliver King
2021-12-01 11:08:00 -05:00
committed by GitHub
parent 8898d95f4f
commit 18ff12030c
28 changed files with 9641 additions and 6 deletions
@@ -208,7 +208,7 @@ function getTrafficSplitObject(kubectl: Kubectl, name: string, stableWeight: num
"weight": "${canaryWeight}"
}
],
"service": "%s"
"service": "${name}"
}
}`;
}