Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co authored Jun 26, 2023
1 parent f7c0dc7 commit 0e5abd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In your terminal, `cd` to the dir containing the example files, then:
```
kubectl apply -f ./vap.yaml
```
This rule validates that the resource has at least 3 replicas.
This rule validates that the resource has at least 2 replicas.

2. Apply the `ValidatingAdmissionPolicyBinding`
```
Expand All @@ -61,12 +61,12 @@ The binding specifies that all objects with the label `example: test` will be va
```
kubectl apply -f ./exampleResource.yaml
```
This Deployment has only 2 replicas, and since it has the `example: test` label, it will be validated and denied by the VAP.
This Deployment has only 1 replica, and since it has the `example: test` label, it will be validated and denied by the VAP.

#### expected result img



## Useful links


## Troubleshooting

0 comments on commit 0e5abd8

Please sign in to comment.