diff --git a/docs/service-mesh/03-02-istio-patch.md b/docs/service-mesh/03-02-istio-patch.md index ac7b262cabf5..f96bd3fe1de4 100644 --- a/docs/service-mesh/03-02-istio-patch.md +++ b/docs/service-mesh/03-02-istio-patch.md @@ -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. diff --git a/resources/istio-kyma-patch/README.md b/resources/istio-kyma-patch/README.md index 3b79c3cd0143..a69e28a689c7 100644 --- a/resources/istio-kyma-patch/README.md +++ b/resources/istio-kyma-patch/README.md @@ -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.