mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-10-31 20:39:14 +00:00
Added missing "=" to master.yaml
In the remediation of 1.1.11 the flag --enable-admission-plugins was missing a =
This commit is contained in:
parent
52d6ac717d
commit
e81b785bf8
@ -179,7 +179,7 @@ groups:
|
|||||||
Edit the API server pod specification file $apiserverconf
|
Edit the API server pod specification file $apiserverconf
|
||||||
on the master node and set the --enable-admission-plugins to
|
on the master node and set the --enable-admission-plugins to
|
||||||
include AlwaysPullImages.
|
include AlwaysPullImages.
|
||||||
--enable-admission-plugins...,AlwaysPullImages,...
|
--enable-admission-plugins=...,AlwaysPullImages,...
|
||||||
scored: true
|
scored: true
|
||||||
|
|
||||||
- id: 1.1.12
|
- id: 1.1.12
|
||||||
|
Loading…
Reference in New Issue
Block a user