From a15bdfc2a6971341856747bde05cef588ba52d88 Mon Sep 17 00:00:00 2001 From: Anusha Hegde Date: Mon, 12 Dec 2022 18:55:47 +0530 Subject: [PATCH] Update eksConfig to eksCluster (#41) --- config/samples/policies/check-cluster-tags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samples/policies/check-cluster-tags.yaml b/config/samples/policies/check-cluster-tags.yaml index 4b360e9..0a621bd 100644 --- a/config/samples/policies/check-cluster-tags.yaml +++ b/config/samples/policies/check-cluster-tags.yaml @@ -23,6 +23,6 @@ spec: message: "The `department` tag on the cluster is required. The field status.eksConfig.tags.department must exist with some value." pattern: status: - eksConfig: + eksCluster: tags: department: "?*"