Skip to content

Commit

Permalink
Fix broken links NetworkPolicies deep-dive (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBollag committed Jul 11, 2023
1 parent e063e83 commit 5a03ba2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/access-controls/network-policies/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,24 +189,24 @@ Our example consists of two pods: an HTTP server and a client that calls it.
<TabItem value="namespace.yaml" label="namespace.yaml" default>

```yaml
{@include: ../../../static/code-examples/automate-network-policies/namespace.yaml}
{@include: ../../../../static/code-examples/automate-network-policies/namespace.yaml}
```

</TabItem>

<TabItem value="server.yaml" label="server.yaml" default>

```yaml
{@include: ../../../static/code-examples/automate-network-policies/server-deployment.yaml}
{@include: ../../../../static/code-examples/automate-network-policies/server-deployment.yaml}
---
{@include: ../../../static/code-examples/automate-network-policies/server-service.yaml}
{@include: ../../../../static/code-examples/automate-network-policies/server-service.yaml}
```

</TabItem>
<TabItem value="client.yaml" label="client.yaml" default>

```yaml
{@include: ../../../static/code-examples/automate-network-policies/client-deployment.yaml}
{@include: ../../../../static/code-examples/automate-network-policies/client-deployment.yaml}
```

</TabItem>
Expand All @@ -233,7 +233,7 @@ Our example consists of two pods: an HTTP server and a client that calls it.
3. The **client** intents to call the server are declared with this `intents.yaml` file:

```yaml
{@include: ../../../static/code-examples/automate-network-policies/intents.yaml}
{@include: ../../../../static/code-examples/automate-network-policies/intents.yaml}
```
Let's apply it:
```shell
Expand Down

0 comments on commit 5a03ba2

Please sign in to comment.