From dfcc0bb0f8dd9f0e3a1f251e629cac35e524c4d5 Mon Sep 17 00:00:00 2001 From: markussackmann Date: Thu, 2 Sep 2021 12:07:58 +0200 Subject: [PATCH] Fix Typo --- .../assets/registry-whitelist-constraint-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-policy-agent-gatekeeper/assets/registry-whitelist-constraint-template.yaml b/open-policy-agent-gatekeeper/assets/registry-whitelist-constraint-template.yaml index 1dbee6b..66d2b17 100644 --- a/open-policy-agent-gatekeeper/assets/registry-whitelist-constraint-template.yaml +++ b/open-policy-agent-gatekeeper/assets/registry-whitelist-constraint-template.yaml @@ -20,7 +20,7 @@ spec: targets: - target: admission.k8s.gatekeeper.sh rego: | - package whitelistedregistires + package whitelistedregistries whitelisted_registries = {registry | registry = input.parameters.registries[_] }