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 7f599f3 commit 86edd06Copy full SHA for 86edd06
test/e2e/env_param_test.go
@@ -27,7 +27,7 @@ func TestEnableConvertersAndLicense(t *testing.T) {
27
imageRepo, repoPres := os.LookupEnv("dockerRepository")
28
imageTag, tagPres := os.LookupEnv("dockerVersion")
29
username := "admin"
30
- password := "admin"
+ password := "AdminPa$s_with@!#%^&*()"
31
var resp *http.Response
32
var body []byte
33
var err error
@@ -47,7 +47,7 @@ func TestEnableConvertersAndLicense(t *testing.T) {
47
options := &helm.Options{
48
KubectlOptions: kubectlOptions,
49
SetValues: map[string]string{
50
- "persistence.enabled": "false",
+ "persistence.enabled": "true",
51
"replicaCount": "1",
52
"image.repository": imageRepo,
53
"image.tag": imageTag,
0 commit comments