File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ nodeSelector: {}
65
65
# The "" storageClass will use the default storage class for your cluster. (gp2 for EKS, standard for Minikube)
66
66
# If set the enabled to false, it will use EmptyDir volume
67
67
persistence :
68
- enabled : false
68
+ enabled : true
69
69
storageClass : " "
70
70
size : 10Gi
71
71
annotations : {}
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ func TestHelmUpgrade(t *testing.T) {
43
43
"replicaCount" : "1" ,
44
44
"image.repository" : imageRepo ,
45
45
"image.tag" : imageTag ,
46
+ "auth.adminUsername" : "admin" ,
47
+ "auth.adminPassword" : "admin" ,
46
48
"logCollection.enabled" : "false" ,
47
49
},
48
50
}
@@ -63,6 +65,8 @@ func TestHelmUpgrade(t *testing.T) {
63
65
"replicaCount" : "2" ,
64
66
"image.repository" : imageRepo ,
65
67
"image.tag" : imageTag ,
68
+ "auth.adminUsername" : "admin" ,
69
+ "auth.adminPassword" : "admin" ,
66
70
"logCollection.enabled" : "false" ,
67
71
},
68
72
}
You can’t perform that action at this time.
0 commit comments