Skip to content

Commit

Permalink
fill missing attributes (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicmuroq authored Jan 27, 2021
1 parent c5f33e0 commit 9b97e81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/calcium/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ func (c *Calcium) doDeployOneWorkload(
return errors.WithStack(err)
}
msg.WorkloadID = workload.ID
msg.WorkloadName = workload.Name
msg.Podname = workload.Podname
msg.Nodename = workload.Nodename
return nil
},

Expand Down

0 comments on commit 9b97e81

Please sign in to comment.