Skip to content

Commit

Permalink
Fix dead links (kyma-project#9256)
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Aug 14, 2020
1 parent 45afc81 commit bde8b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/service-mesh/03-02-istio-patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a core component, Istio is installed with every Kyma deployment by default. T
1. Istio is installed using the official charts from the currently supported release. The charts reside in the `resources/istio` directory.

2. A custom Istio Patch job runs and checks if the detected Istio deployment meets the following criteria:
- A specific version of Istio is installed. The required version is defined in the [`values`](https://github.com/kyma-project/kyma/blob/master/resources/istio-kyma-patch/values.yaml#L11) file.
- A specific version of Istio is installed. The required version is defined in the [`values`](https://github.com/kyma-project/kyma/blob/master/resources/istio-kyma-patch/values.yaml) file.
- Mutual TLS (mTLS) policy is enabled and set to `strict`.
- [Istio policy enforcement](https://istio.io/docs/tasks/policy-enforcement/enabling-policy/) is enabled.
- Automatic sidecar injection is enabled.
Expand Down
2 changes: 1 addition & 1 deletion resources/istio-kyma-patch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This chart packs the patch script as a Kubernetes job.

The Istio Kyma patch job runs and checks if the detected Istio deployment meets the following criteria:
- A specific version of Istio is installed. The required version is defined in the [`values` file](https://github.com/kyma-project/kyma/blob/master/resources/istio-kyma-patch/values.yaml#L11) of the patch.
- A specific version of Istio is installed. The required version is defined in the [`values` file](https://github.com/kyma-project/kyma/blob/master/resources/istio-kyma-patch/values.yaml) of the patch.
- Mutual TLS (mTLS) policy is enabled and set to `strict`.
- [Istio policy enforcement](https://istio.io/docs/tasks/policy-enforcement/enabling-policy/) is enabled.
- Automatic sidecar injection is enabled.
Expand Down

0 comments on commit bde8b99

Please sign in to comment.