diff --git a/cfg/ocp-3.10/master.yaml b/cfg/ocp-3.10/master.yaml index a67ccb6..7f82a5d 100644 --- a/cfg/ocp-3.10/master.yaml +++ b/cfg/ocp-3.10/master.yaml @@ -171,7 +171,7 @@ groups: set: false remediation: | Edit the kubernetes master config file /etc/origin/master/master-config.yaml - and remove the the entry below. + and remove the entry below. AlwaysAdmit: configuration: @@ -192,7 +192,7 @@ groups: set: true remediation: | Edit the kubernetes master config file /etc/origin/master/master-config.yaml - and add the the entry below. + and add the entry below. admissionConfig: pluginConfig: diff --git a/cfg/ocp-3.11/master.yaml b/cfg/ocp-3.11/master.yaml index a67ccb6..7f82a5d 100644 --- a/cfg/ocp-3.11/master.yaml +++ b/cfg/ocp-3.11/master.yaml @@ -171,7 +171,7 @@ groups: set: false remediation: | Edit the kubernetes master config file /etc/origin/master/master-config.yaml - and remove the the entry below. + and remove the entry below. AlwaysAdmit: configuration: @@ -192,7 +192,7 @@ groups: set: true remediation: | Edit the kubernetes master config file /etc/origin/master/master-config.yaml - and add the the entry below. + and add the entry below. admissionConfig: pluginConfig: diff --git a/cmd/util.go b/cmd/util.go index 5c694af..2a49b10 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -335,7 +335,7 @@ func makeSubstitutions(s string, ext string, m map[string]string) string { for k, v := range m { subst := "$" + k + ext 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 } glog.V(2).Info(fmt.Sprintf("Substituting %s with '%s'\n", subst, v))