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: "?*"