Skip to content

Commit

Permalink
fix: remove default value of stateful set replicas
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Sep 2, 2024
1 parent d807854 commit b43bc57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/convert/workloads.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ func ConvertWorkload(state *project.State, workloadName string) ([]machineryMeta
Labels: commonLabels,
},
Spec: v1.StatefulSetSpec{
Replicas: internal.Ref(int32(1)),
Selector: &machineryMeta.LabelSelector{
MatchLabels: map[string]string{
SelectorLabelInstance: commonLabels[SelectorLabelInstance],
Expand Down

0 comments on commit b43bc57

Please sign in to comment.