diff --git a/docs/quick-tutorials/k8s-network-policies.mdx b/docs/quick-tutorials/k8s-network-policies.mdx index 96fa3fef6..142dfcb73 100644 --- a/docs/quick-tutorials/k8s-network-policies.mdx +++ b/docs/quick-tutorials/k8s-network-policies.mdx @@ -236,8 +236,8 @@ If you've attached Otterize OSS to Otterize Cloud, go back to see the [access gr It's now clear what happened: 1. The server is now protected, and is also blocking some of its clients. Click on it to see what to do about it. -2. Calls from **[client]** are declared (solid black inner line) and therefore allowed (thick green line). -3. Calls from **[client-other]** are not declared (missing "white" inner line) and therefore blocked (thick red line). Click on the line to see what to do about it. +2. Calls from **[client]** are declared and therefore allowed (solid green line). +3. Calls from **[client-other]** are not declared and therefore blocked (dashed red line). Click on the line to see what to do about it. 4. By the way, the two clients themselves are unprotected -- though we don't detect any traffic to them, we cannot be certain they don't expose addressable endpoints. :::tip Done! diff --git a/static/img/quick-tutorials/network-policies/base.png b/static/img/quick-tutorials/network-policies/base.png index 84538634e..80c6ec316 100644 Binary files a/static/img/quick-tutorials/network-policies/base.png and b/static/img/quick-tutorials/network-policies/base.png differ diff --git a/static/img/quick-tutorials/network-policies/protected.png b/static/img/quick-tutorials/network-policies/protected.png index 554acb6f2..456085c89 100644 Binary files a/static/img/quick-tutorials/network-policies/protected.png and b/static/img/quick-tutorials/network-policies/protected.png differ