mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-26 06:39:27 +08:00
Build JavaScript (#159)
* build js * fix missing string template Co-authored-by: Oliver King <kingoliver@microsoft.com>
This commit is contained in:
@@ -208,7 +208,7 @@ function getTrafficSplitObject(kubectl: Kubectl, name: string, stableWeight: num
|
||||
"weight": "${canaryWeight}"
|
||||
}
|
||||
],
|
||||
"service": "%s"
|
||||
"service": "${name}"
|
||||
}
|
||||
}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user