Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix ManifestWorkReplicaSet example spelling mistakes
Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng committed Oct 12, 2025
commit de5ba45331d33bf1a3e9417b475be33f72721cfc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ spec:
placementRefs:
- name: placement-rollout-all # Name of a created Placement
rolloutStrategy:
rolloutType: All
type: All
- name: placement-rollout-progressive # Name of a created Placement
rolloutStrategy:
rolloutType: Progressive
type: Progressive
progressive:
minSuccessTime: 5m
progressDeadline: 10m
Expand All @@ -37,7 +37,7 @@ spec:
- groupName: "prod-canary-east"
- name: placement-rollout-progressive-per-group # Name of a created Placement
rolloutStrategy:
rolloutType: ProgressivePerGroup
type: ProgressivePerGroup
progressivePerGroup:
progressDeadline: 10m
maxFailures: 2
Expand Down