mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
Fix addRevisionLabel to selector (#1983)
Signed-off-by: Xiaoxi He <tossmilestone@gmail.com>
This commit is contained in:
@@ -898,9 +898,6 @@ var webServiceV2Template = `output: {
|
||||
spec: {
|
||||
selector: matchLabels: {
|
||||
"app.oam.dev/component": context.name
|
||||
if parameter.addRevisionLabel {
|
||||
"app.oam.dev/appRevision": context.appRevision
|
||||
}
|
||||
}
|
||||
template: {
|
||||
metadata: labels: {
|
||||
|
||||
Reference in New Issue
Block a user