From bfbeed1bbd0125f6f15123ae91edf6ebf06e9686 Mon Sep 17 00:00:00 2001 From: Abhishek Garg <42868615+tccod@users.noreply.github.com> Date: Sun, 8 Mar 2020 13:49:10 +0530 Subject: [PATCH] Update required-labels-constraint.yaml --- .../assets/required-labels-constraint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-policy-agent-gatekeeper/assets/required-labels-constraint.yaml b/open-policy-agent-gatekeeper/assets/required-labels-constraint.yaml index 9b381da..edd6d53 100644 --- a/open-policy-agent-gatekeeper/assets/required-labels-constraint.yaml +++ b/open-policy-agent-gatekeeper/assets/required-labels-constraint.yaml @@ -4,7 +4,7 @@ metadata: name: resources-must-have-owner spec: match: - namespace: ["default"] + namespaces: ["default"] kinds: - apiGroups: [""] kinds: ["Pod"]