Skip to content

Commit 7ffc6b7

Browse files
authored
Merge pull request #29404 from ysharma-dev/patch-1
Update label in NetworkPolicy example explanation
2 parents 1866c7e + 6c2ff63 commit 7ffc6b7

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)