mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
Fix few typos (#469)
This commit is contained in:
parent
39d9ef9d37
commit
ce0137a31a
@ -171,7 +171,7 @@ groups:
|
|||||||
set: false
|
set: false
|
||||||
remediation: |
|
remediation: |
|
||||||
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
||||||
and remove the the entry below.
|
and remove the entry below.
|
||||||
|
|
||||||
AlwaysAdmit:
|
AlwaysAdmit:
|
||||||
configuration:
|
configuration:
|
||||||
@ -192,7 +192,7 @@ groups:
|
|||||||
set: true
|
set: true
|
||||||
remediation: |
|
remediation: |
|
||||||
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
||||||
and add the the entry below.
|
and add the entry below.
|
||||||
|
|
||||||
admissionConfig:
|
admissionConfig:
|
||||||
pluginConfig:
|
pluginConfig:
|
||||||
|
@ -171,7 +171,7 @@ groups:
|
|||||||
set: false
|
set: false
|
||||||
remediation: |
|
remediation: |
|
||||||
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
||||||
and remove the the entry below.
|
and remove the entry below.
|
||||||
|
|
||||||
AlwaysAdmit:
|
AlwaysAdmit:
|
||||||
configuration:
|
configuration:
|
||||||
@ -192,7 +192,7 @@ groups:
|
|||||||
set: true
|
set: true
|
||||||
remediation: |
|
remediation: |
|
||||||
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
Edit the kubernetes master config file /etc/origin/master/master-config.yaml
|
||||||
and add the the entry below.
|
and add the entry below.
|
||||||
|
|
||||||
admissionConfig:
|
admissionConfig:
|
||||||
pluginConfig:
|
pluginConfig:
|
||||||
|
@ -335,7 +335,7 @@ func makeSubstitutions(s string, ext string, m map[string]string) string {
|
|||||||
for k, v := range m {
|
for k, v := range m {
|
||||||
subst := "$" + k + ext
|
subst := "$" + k + ext
|
||||||
if v == "" {
|
if v == "" {
|
||||||
glog.V(2).Info(fmt.Sprintf("No subsitution for '%s'\n", subst))
|
glog.V(2).Info(fmt.Sprintf("No substitution for '%s'\n", subst))
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
glog.V(2).Info(fmt.Sprintf("Substituting %s with '%s'\n", subst, v))
|
glog.V(2).Info(fmt.Sprintf("Substituting %s with '%s'\n", subst, v))
|
||||||
|
Loading…
Reference in New Issue
Block a user