mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-25 22:29:26 +08:00
fix misses string template
This commit is contained in:
@@ -187,7 +187,7 @@ function getTrafficSplitObject(kubectl, name, stableWeight, baselineWeight, cana
|
||||
"weight": "${canaryWeight}"
|
||||
}
|
||||
],
|
||||
"service": "%s"
|
||||
"service": "${name}"
|
||||
}
|
||||
}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user