mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix tests
This commit is contained in:
parent
31d33c5de1
commit
8348c5761c
3 changed files with 5 additions and 5 deletions
|
@ -92,12 +92,12 @@ func Test_validate_disallow_new_capabilities(t *testing.T) {
|
|||
testScenario(t, "/test/scenarios/samples/best_practices/disallow_new_capabilities.yaml")
|
||||
}
|
||||
|
||||
func Test_validate_disallow_sysctls(t *testing.T) {
|
||||
testScenario(t, "/test/scenarios/samples/best_practices/disallow_new_capabilities.yaml")
|
||||
func Test_disallow_sysctls(t *testing.T) {
|
||||
testScenario(t, "/test/scenarios/samples/best_practices/disallow_sysctls.yaml")
|
||||
}
|
||||
|
||||
func Test_validate_disallow_docker_sock_mount(t *testing.T) {
|
||||
testScenario(t, "test/scenarios/samples/best_practices/disallow_sysctls.yaml")
|
||||
func Test_disallow_docker_sock_mount(t *testing.T) {
|
||||
testScenario(t, "test/scenarios/samples/best_practices/disallow_docker_sock_mount.yaml")
|
||||
}
|
||||
|
||||
func Test_validate_disallow_helm_tiller(t *testing.T) {
|
||||
|
|
|
@ -9,7 +9,7 @@ The Sysctl interface allows modifications to kernel parameters at runtime. In a
|
|||
|
||||
## Policy YAML
|
||||
|
||||
[disallow_sysctl.yaml](best_practices/disallow_sysctl.yaml)
|
||||
[disallow_sysctls.yaml](best_practices/disallow_sysctls.yaml)
|
||||
|
||||
````yaml
|
||||
apiVersion: kyverno.io/v1alpha1
|
||||
|
|
Loading…
Add table
Reference in a new issue