Skip to content

Commit 4d7b3d3

Browse files
authored
Merge branch 'main' into k8s-1-30-compatibility
Signed-off-by: Ben Hirschberg <[email protected]>
2 parents be93662 + 0a2ee41 commit 4d7b3d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ This is a library of policies based on [Kubescape controls](https://hub.armosec.
44

55
## Using the library
66

7-
Kubernetes Validating Admission Policy (or *VAP*) feature was released as a GA feature in version 1.30 and it is a releatively new feature (this library supports alpha and beta versions as well). Before you start playing with it, make sure you have a cluster that supports this feature. Look [here](docs/validating-admission-policies/README.md) for _how to _set up_ a playground_.*
8-
7+
Kubernetes Validating Admission Policy (or *VAP*) feature was released as a GA feature in version 1.30 and it is a releatively new feature (this library supports alpha and beta versions as well). Before you start playing with it, make sure you have a cluster that supports this feature. Look [here](docs/validating-admission-policies/README.md) for _how to _set up_ a playground_ even for pre-1.30 versions.*
98

109
Install latest the release of the library (`v1` version of *VAP*):
1110
```bash
@@ -32,6 +31,9 @@ spec:
3231
policyName: kubescape-c-0016-allow-privilege-escalation
3332
paramRef:
3433
name: basic-control-configuration
34+
parameterNotFoundAction: Deny
35+
validationActions:
36+
- Deny
3537
matchResources:
3638
namespaceSelector:
3739
matchLabels:

0 commit comments

Comments
 (0)