From 82c2a18a05987c9f8da6aa9b4dbccdd07f16d3f6 Mon Sep 17 00:00:00 2001 From: Dale Haiducek Date: Thu, 17 Nov 2022 16:29:45 -0500 Subject: [PATCH] Update test/utils/utils.go Co-authored-by: Gus Parvin --- test/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/utils.go b/test/utils/utils.go index 2fc70a7a..1e4de09d 100644 --- a/test/utils/utils.go +++ b/test/utils/utils.go @@ -244,7 +244,7 @@ func GetLastEvaluated(configPolicy *unstructured.Unstructured) (string, int64) { return lastEvaluated, lastEvaluatedGeneration } -// GetMetrics execs into the propagator pod and curls the metrics endpoint, filters +// GetMetrics execs into the config-policy-controller pod and curls the metrics endpoint, filters // the response with the given patterns, and returns the value(s) for the matching // metric(s). func GetMetrics(metricPatterns ...string) []string {