Skip to content

Commit

Permalink
docs: fix typo in helm Argo rollouts (argoproj#2442)
Browse files Browse the repository at this point in the history
* docs: fix typo

fixing docs typo

Signed-off-by: Alec Rajeev <[email protected]>
Signed-off-by: Alec Rajeev <[email protected]>

* fix link

Signed-off-by: Alec Rajeev <[email protected]>

Signed-off-by: Alec Rajeev <[email protected]>
Signed-off-by: Alec Rajeev <[email protected]>
Signed-off-by: Travis Perdue <[email protected]>
  • Loading branch information
alecrajeev authored and Travis Perdue committed Jan 12, 2023
1 parent acfaeed commit d1f26f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features/traffic-management/alb.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
By default, a rollout will inject the `alb.ingress.kubernetes.io/actions.<SERVICE-NAME>` annotation
using the service/action name specified under `spec.strategy.canary.stableService`. However, it may
be desirable to specify an explicit service/action name different from the `stableService`. For
example, [one pattern](/best-practices/#ingress-desiredstable-host-routes) is to use a single
example, [one pattern](/argo-rollouts/best-practices/#ingress-desiredstable-host-routes) is to use a single
Ingress containing three different rules to reach the canary, stable, and root service separately
(e.g. for testing purposes). In this case, you may want to specify a "root" service as the
service/action name instead of stable. To do so, reference a service under `rootService` under the
Expand Down
2 changes: 1 addition & 1 deletion examples/helm-blue-green/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ regardless of the event source. If you package your manifest
with the Helm package manager you can perform Progressive Delivery deployments with Helm

1. Install the Argo Rollouts controller in your cluster: https://github.com/argoproj/argo-rollouts#installation
2. Instal the `helm` executable locally: https://helm.sh/docs/intro/install/
2. Install the `helm` executable locally: https://helm.sh/docs/intro/install/

## Deploying the initial version

Expand Down

0 comments on commit d1f26f6

Please sign in to comment.