Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Sep 7, 2019
1 parent 170392c commit a3c6ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/part-03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ helm install istio.io/istio --wait --name istio --namespace istio-system --versi
```

Let `istio-ingressgateway` to use cert-manager generated certificate via
[SDS](https://www.envoyproxy.io/docs/envoy/latest/configuration/secret). Steps
are taken from here [https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/](https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/).
[SDS](https://www.envoyproxy.io/docs/envoy/v1.5.0/intro/arch_overview/service_discovery#arch-overview-service-discovery-types-sds).
Steps are taken from here [https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/](https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/).

```bash
kubectl -n istio-system patch gateway istio-autogenerated-k8s-ingress \
Expand Down

0 comments on commit a3c6ab7

Please sign in to comment.