Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Brinck committed Feb 27, 2018
1 parent fd601fe commit 2d593a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ type envconfig struct {
}

type extra struct {
Replicas int `json:"replicas,omitempty"`
History int `json:"history,omitempty"`
Replicas *int `json:"replicas,omitempty"`
History *int `json:"history,omitempty"`
Liveness *probe `json:"liveness,omitempty"`
Readyness *probe `json:"readyness,omitempty"`
}
Expand Down

0 comments on commit 2d593a5

Please sign in to comment.