File tree Expand file tree Collapse file tree
docs/built-in-rules/prevent-default-namespace Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : ☑️ Prevent workload from using the default namespace
3- slug : /built-in-rules/prevent-deafult-namespce
3+ slug : /built-in-rules/prevent-default-namespace
44---
55
66import Complexity from " @site/src/components/complexity/ComplexityWindow.js" ;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const sidebars = {
8585 "built-in-rules/ensure-minimum-two-replicas/index" ,
8686 "built-in-rules/ensure-owner-label/index" ,
8787 "built-in-rules/ensure-valid-restart-policy/index" ,
88- "built-in-rules/prevent-deafult-namespce /index" ,
88+ "built-in-rules/prevent-default-namespace /index" ,
8989 "built-in-rules/ensure-application-and-appproject-are-part-of-the-argocd-namespace/index" ,
9090 "built-in-rules/ensure-configmap-is-recognized-by-argocd/index" ,
9191 "built-in-rules/ensure-rollout-allows-broadcasting-ip-table-changes/index" ,
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export const navItems = [
205205 {
206206 id : uuid ( ) ,
207207 title : "Prevent workload from using the default namespace" ,
208- slug : "/built-in-rules/prevent-deafult-namespce " ,
208+ slug : "/built-in-rules/prevent-default-namespace " ,
209209 isEnabledByDefault : true ,
210210 pacIdentifier : "WORKLOAD_INCORRECT_NAMESPACE_VALUE_DEFAULT" ,
211211 tabOwner : [ "cdk8s" , "CIS" ] ,
Original file line number Diff line number Diff line change 315315 "destination" : " /built-in-rules/prevent-deafult-namespce" ,
316316 "permanent" : true
317317 },
318+ {
319+ "source" : " /built-in-rules/prevent-deafult-namespce" ,
320+ "destination" : " /built-in-rules/prevent-default-namespace" ,
321+ "permanent" : true
322+ },
318323 {
319324 "source" : " /ensure-minimum-two-replicas" ,
320325 "destination" : " /built-in-rules/ensure-minimum-two-replicas" ,
You can’t perform that action at this time.
0 commit comments