mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-12 01:15:09 +08:00
fix misses string template
This commit is contained in:
parent
adc1ea014e
commit
2e569e818b
@ -187,7 +187,7 @@ function getTrafficSplitObject(kubectl, name, stableWeight, baselineWeight, cana
|
|||||||
"weight": "${canaryWeight}"
|
"weight": "${canaryWeight}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"service": "%s"
|
"service": "${name}"
|
||||||
}
|
}
|
||||||
}`;
|
}`;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -208,7 +208,7 @@ function getTrafficSplitObject(kubectl: Kubectl, name: string, stableWeight: num
|
|||||||
"weight": "${canaryWeight}"
|
"weight": "${canaryWeight}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"service": "%s"
|
"service": "${name}"
|
||||||
}
|
}
|
||||||
}`;
|
}`;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user