Skip to content

Commit

Permalink
Rename docs/rollback.md to docs/features/rollback.md
Browse files Browse the repository at this point in the history
fixing 404 https://argoproj.github.io/argo-rollouts/features/rollback.md - put it in the expected location
  • Loading branch information
alexef authored Nov 28, 2022
1 parent c3e305d commit 49ebd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rollback.md → docs/features/rollback.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ spec:
revisionHistoryLimit: 5
```
Assume a linear revision history: `1`, `2`, `3`, `4`, `5 (current)`. A rollback from revision 5 back to 4 or 3 will fall within the window, so it will be fast tracked.
Assume a linear revision history: `1`, `2`, `3`, `4`, `5 (current)`. A rollback from revision 5 back to 4 or 3 will fall within the window, so it will be fast tracked.

0 comments on commit 49ebd71

Please sign in to comment.