Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test/extended/prometheus: Require HTTPS for the CVO
Now that the CVO pull request has landed, require HTTPS going forward.
  • Loading branch information
wking committed Jun 17, 2020
commit 18dd62ca3b74c14d3c9b3aafe8ce9571da3bbc64
3 changes: 1 addition & 2 deletions test/extended/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ var _ = g.Describe("[sig-instrumentation] Prometheus", func() {
targets.Expect(labels{"job": "kube-state-metrics"}, "up", "^https://.*/metrics$"),

// Cluster version operator
// TODO: require HTTPS once https://github.com/openshift/cluster-version-operator/pull/385 lands
targets.Expect(labels{"job": "cluster-version-operator"}, "up", "^https?://.*/metrics$"),
targets.Expect(labels{"job": "cluster-version-operator"}, "up", "^https://.*/metrics$"),
)
}

Expand Down