if annotationsNode := findNodeByKey(metadataNode, "annotations"); annotationsNode != nil {
                    validNodes, errors := validateMapStringStringNode(annotationsNode)
                    for _, err := range errors {
                        pr.globalWarnings.GlobalWarningLn(context.Background(), fmt.Sprintf("%s/%s annotations validation: %s", strings.ToLower(obj.GetKind()), obj.GetName(), err.Error()))
                    }