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 6abfd98 commit 0eb35d1Copy full SHA for 0eb35d1
test/e2e/install_test.go
@@ -28,8 +28,6 @@ func TestHelmInstall(t *testing.T) {
28
}
29
imageRepo, repoPres := os.LookupEnv("dockerRepository")
30
imageTag, tagPres := os.LookupEnv("dockerVersion")
31
- username := "admin"
32
- password := "admin"
33
var resp *http.Response
34
var body []byte
35
var err error
@@ -53,8 +51,6 @@ func TestHelmInstall(t *testing.T) {
53
51
"replicaCount": "2",
54
52
"image.repository": imageRepo,
55
"image.tag": imageTag,
56
- "auth.adminUsername": username,
57
- "auth.adminPassword": password,
58
"logCollection.enabled": "false",
59
},
60
0 commit comments