Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama committed Feb 14, 2022
1 parent ae7c2ac commit 5b3cbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gitbook/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ spec:
#### How to change replicas for a deployment when not using HPA?
To change replicas for a deployment when not using hpa, you have to update the canary deployment with the desired replica
count and trigger another analysis by annotating the deployment.
To change replicas for a deployment when not using HPA, you have to update the canary deployment with the desired replica count
and trigger an analysis by annotating the template. After the analysis finishes, Flagger will promote the `spec.replicas` changes to the primary deployment.

Example:
```yaml
Expand Down

0 comments on commit 5b3cbd0

Please sign in to comment.