Skip to content

Commit

Permalink
fix: kbcli cluster expose Failed to process the operation of OpsReque…
Browse files Browse the repository at this point in the history
…st (#387)
  • Loading branch information
iziang authored Jul 3, 2024
1 parent a3f77a5 commit 75a4d4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/action/template/cluster_operations_template.cue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ options: {
name: string
serviceType: string
annotations: {...}
roleSelector?: string
},
]
params: [
Expand Down Expand Up @@ -220,6 +221,7 @@ content: {
if len(svc.annotations) > 0 {
annotations: svc.annotations
}
roleSelector: *svc.roleSelector | ""

}]
}]
Expand Down

0 comments on commit 75a4d4e

Please sign in to comment.