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() {
7171
7272 // The tests-e2e are intended to run on a temporary cluster that is created and destroyed for testing.
7373 // 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.
7575 // Setup Prometheus before the suite if not already installed
7676 By ("checking if prometheus is installed already" )
7777 isPrometheusOperatorAlreadyInstalled = utils .IsPrometheusCRDsInstalled ()
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ var _ = BeforeSuite(func() {
7171
7272 // The tests-e2e are intended to run on a temporary cluster that is created and destroyed for testing.
7373 // 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.
7575 // Setup Prometheus before the suite if not already installed
7676 By ("checking if prometheus is installed already" )
7777 isPrometheusOperatorAlreadyInstalled = utils .IsPrometheusCRDsInstalled ()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if !isPrometheusOperatorAlreadyInstalled {
3636
3737const checkPrometheusInstalled = `
3838// 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.
4040// Setup Prometheus before the suite if not already installed
4141By("checking if prometheus is installed already")
4242isPrometheusOperatorAlreadyInstalled = utils.IsPrometheusCRDsInstalled()
You can’t perform that action at this time.
0 commit comments