File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/features/traffic-management Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ spec:
138
138
By default, a rollout will inject the `alb.ingress.kubernetes.io/actions.<SERVICE-NAME>` annotation
139
139
using the service/action name specified under `spec.strategy.canary.stableService`. However, it may
140
140
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
142
142
Ingress containing three different rules to reach the canary, stable, and root service separately
143
143
(e.g. for testing purposes). In this case, you may want to specify a "root" service as the
144
144
service/action name instead of stable. To do so, reference a service under `rootService` under the
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ regardless of the event source. If you package your manifest
5
5
with the Helm package manager you can perform Progressive Delivery deployments with Helm
6
6
7
7
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/
9
9
10
10
## Deploying the initial version
11
11
You can’t perform that action at this time.
0 commit comments