Skip to content

Commit 70d3452

Browse files
committed
bug fixes
1 parent 54f8918 commit 70d3452

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ nodeSelector: {}
6565
# The "" storageClass will use the default storage class for your cluster. (gp2 for EKS, standard for Minikube)
6666
# If set the enabled to false, it will use EmptyDir volume
6767
persistence:
68-
enabled: false
68+
enabled: true
6969
storageClass: ""
7070
size: 10Gi
7171
annotations: {}

test/e2e/upgrade_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ func TestHelmUpgrade(t *testing.T) {
4343
"replicaCount": "1",
4444
"image.repository": imageRepo,
4545
"image.tag": imageTag,
46+
"auth.adminUsername": "admin",
47+
"auth.adminPassword": "admin",
4648
"logCollection.enabled": "false",
4749
},
4850
}
@@ -63,6 +65,8 @@ func TestHelmUpgrade(t *testing.T) {
6365
"replicaCount": "2",
6466
"image.repository": imageRepo,
6567
"image.tag": imageTag,
68+
"auth.adminUsername": "admin",
69+
"auth.adminPassword": "admin",
6670
"logCollection.enabled": "false",
6771
},
6872
}

0 commit comments

Comments
 (0)