We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1559577 commit 5427a01Copy full SHA for 5427a01
test/e2e/e2e_suite_test.go
@@ -34,10 +34,8 @@ var (
34
// - CERT_MANAGER_INSTALL_SKIP=true: Skips CertManager installation during test setup.
35
// These variables are useful if Prometheus or CertManager is already installed, avoiding
36
// re-installation and conflicts.
37
- skipPrometheusInstall = os.Getenv("PROMETHEUS_INSTALL_SKIP") == "true"
38
skipCertManagerInstall = os.Getenv("CERT_MANAGER_INSTALL_SKIP") == "true"
39
// isPrometheusOperatorAlreadyInstalled will be set true when prometheus CRDs be found on the cluster
40
- isPrometheusOperatorAlreadyInstalled = false
41
// isCertManagerAlreadyInstalled will be set true when CertManager CRDs be found on the cluster
42
isCertManagerAlreadyInstalled = false
43
0 commit comments