Skip to content

Commit 6c2ff63

Browse files
authored
Update label in NetworkPolicy example description
This change intends to fix the label name in the range of ports NetworkPolicy example.
1 parent 1866c7e commit 6c2ff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/network-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ spec:
252252
endPort: 32768
253253
```
254254

255-
The above rule allows any Pod with label `db` on the namespace `default` to communicate
255+
The above rule allows any Pod with label `role=db` on the namespace `default` to communicate
256256
with any IP within the range `10.0.0.0/24` over TCP, provided that the target
257257
port is between the range 32000 and 32768.
258258

0 commit comments

Comments
 (0)