Skip to content

Commit 1d1e037

Browse files
committed
PLAT-1431 Small README fixes
1 parent f6a88bd commit 1d1e037

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

policies/harvester-pci-devices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
5151
Here would be the result of the above policy.
5252
53-
| namespace | PCI Device ID | Result |
53+
| Namespace | PCI Device ID | Result |
5454
|------------------|---------------------|--------|
5555
| test-ns-1 | tekton27a-000001010 | ALLOW |
5656
| test-ns-2 | tekton27b-000001010 | ALLOW |

policies/harvester-restricted-network-vm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
5353
Here would be the result of the above policy.
5454
55-
| namespace | network | Result |
55+
| Namespace | Network | Result |
5656
|-----------------------------|---------------------------------------|--------|
5757
| test-restricted-1-network-1 | test-restricted-1-network-1/network-1 | ALLOW |
5858
| test-restricted-2-network-1 | test-restricted-1-network-1/network-1 | ALLOW |

policies/harvester-restricted-network/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ spec:
4949
policyServer: default
5050
```
5151
52-
Here would be the result of the above policy.
52+
The following examples are with the example policy above, with a random non-restricted VLAN being 100.
5353
54-
| namespace | VLAN ID | Result |
54+
| Namespace | VLAN ID | Result |
5555
|-------------------|---------|--------|
5656
| test-restricted-1 | 42 | ALLOW |
5757
| test-restricted-2 | 1337 | ALLOW |

0 commit comments

Comments
 (0)