Skip to content

Commit

Permalink
update msvc page with annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder19 committed Nov 29, 2024
1 parent 0bc2a1d commit ba9e129
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const ClusterManagedServiceSettingGeneral = () => {
displayName: managedService.displayName,
clusterName: managedService.clusterName,
isNameError: false,
annotations: managedService.metadata?.annotations,
res: {
...managedService.spec?.msvcSpec.serviceTemplate?.spec,
},
Expand All @@ -77,6 +78,7 @@ const ClusterManagedServiceSettingGeneral = () => {
displayName: val.displayName,
metadata: {
name: val.name,
annotations: val.annotations,
},
clusterName: val.clusterName,
spec: {
Expand Down

0 comments on commit ba9e129

Please sign in to comment.