Skip to content

Commit

Permalink
fix: condition column name
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Dec 18, 2023
1 parent 8c44e5d commit f7bed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trackers/rollout/multitrack/multitrack_display.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ func (mt *multitracker) displayDeploymentsStatusProgress() {
func (mt *multitracker) displayGenericsStatusProgress() {
t := utils.NewTable([]float64{.43, .14, .43}...)
t.SetWidth(logboek.Context(context.Background()).Streams().ContentWidth() - 1)
t.Header("RESOURCE", "NAMESPACE", "CONDITION: CURRENT (DESIRED)")
t.Header("RESOURCE", "NAMESPACE", "WATCHING FOR FIELD")

var tableChangesCount int
for _, resource := range mt.GenericResources {
Expand Down

0 comments on commit f7bed28

Please sign in to comment.