Skip to content

Commit 5a1cc74

Browse files
authored
docs: fix typo in helm Argo rollouts (argoproj#2442)
* 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]>
1 parent 3342427 commit 5a1cc74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features/traffic-management/alb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
By default, a rollout will inject the `alb.ingress.kubernetes.io/actions.<SERVICE-NAME>` annotation
139139
using the service/action name specified under `spec.strategy.canary.stableService`. However, it may
140140
be desirable to specify an explicit service/action name different from the `stableService`. For
141-
example, [one pattern](/best-practices/#ingress-desiredstable-host-routes) is to use a single
141+
example, [one pattern](/argo-rollouts/best-practices/#ingress-desiredstable-host-routes) is to use a single
142142
Ingress containing three different rules to reach the canary, stable, and root service separately
143143
(e.g. for testing purposes). In this case, you may want to specify a "root" service as the
144144
service/action name instead of stable. To do so, reference a service under `rootService` under the

examples/helm-blue-green/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ regardless of the event source. If you package your manifest
55
with the Helm package manager you can perform Progressive Delivery deployments with Helm
66

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

1010
## Deploying the initial version
1111

0 commit comments

Comments
 (0)