From f1192d1dc13aafca12e47d04f21db5e718477a00 Mon Sep 17 00:00:00 2001 From: Shuting Zhao Date: Mon, 9 Sep 2019 14:55:12 -0700 Subject: [PATCH] update readme link --- examples/best_practices/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/best_practices/README.md b/examples/best_practices/README.md index 812b4e8100..47b6818447 100644 --- a/examples/best_practices/README.md +++ b/examples/best_practices/README.md @@ -14,7 +14,7 @@ | Require pod liveness and readiness probes | [policy_validate_pod_probes.yaml](policy_validate_pod_probes.yaml) | | Require an image tag | [policy_validate_image_tag_notspecified_deny.yaml](policy_validate_image_tag_notspecified_deny.yaml) | | Disallow latest tag and pull IfNotPresent | [policy_validate_image_latest_ifnotpresent_deny.yaml](policy_validate_image_latest_ifnotpresent_deny.yaml) | -| Require a namespace (disallow default) | | +| Require a namespace (disallow default) | [policy_validate_default_namespace.yaml](policy_validate_default_namespace.yaml) | | Disallow use of kube-system namespace | | | Prevent mounting of service account secret | | | Require a default network policy | |