File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cronjob-tutorial/testdata/project/test/e2e
multiversion-tutorial/testdata/project/test/e2e
hack/docs/internal/cronjob-tutorial Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ var _ = BeforeSuite(func() {
71
71
72
72
// The tests-e2e are intended to run on a temporary cluster that is created and destroyed for testing.
73
73
// To prevent errors when tests run in environments with Prometheus already installed,
74
- // we check for it's presence before execution.
74
+ // we check for its presence before execution.
75
75
// Setup Prometheus before the suite if not already installed
76
76
By ("checking if prometheus is installed already" )
77
77
isPrometheusOperatorAlreadyInstalled = utils .IsPrometheusCRDsInstalled ()
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ var _ = BeforeSuite(func() {
71
71
72
72
// The tests-e2e are intended to run on a temporary cluster that is created and destroyed for testing.
73
73
// To prevent errors when tests run in environments with Prometheus already installed,
74
- // we check for it's presence before execution.
74
+ // we check for its presence before execution.
75
75
// Setup Prometheus before the suite if not already installed
76
76
By ("checking if prometheus is installed already" )
77
77
isPrometheusOperatorAlreadyInstalled = utils .IsPrometheusCRDsInstalled ()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if !isPrometheusOperatorAlreadyInstalled {
36
36
37
37
const checkPrometheusInstalled = `
38
38
// To prevent errors when tests run in environments with Prometheus already installed,
39
- // we check for it's presence before execution.
39
+ // we check for its presence before execution.
40
40
// Setup Prometheus before the suite if not already installed
41
41
By("checking if prometheus is installed already")
42
42
isPrometheusOperatorAlreadyInstalled = utils.IsPrometheusCRDsInstalled()
You can’t perform that action at this time.
0 commit comments