@@ -63,7 +63,7 @@ func Test_needReleasePatch(t *testing.T) {
6363 },
6464 },
6565 values : map [string ]interface {}{
66- "master " : map [string ]interface {}{
66+ "replica " : map [string ]interface {}{
6767 "persistence" : map [string ]interface {}{
6868 "size" : "15Gi" ,
6969 },
@@ -85,7 +85,7 @@ func Test_needReleasePatch(t *testing.T) {
8585 },
8686 },
8787 values : map [string ]interface {}{
88- "master " : map [string ]interface {}{
88+ "replica " : map [string ]interface {}{
8989 "persistence" : map [string ]interface {}{
9090 "size" : "15Gi" ,
9191 },
@@ -107,7 +107,7 @@ func Test_needReleasePatch(t *testing.T) {
107107 },
108108 },
109109 values : map [string ]interface {}{
110- "master " : map [string ]interface {}{
110+ "replica " : map [string ]interface {}{
111111 "persistence" : map [string ]interface {}{
112112 "size" : "15Gi" ,
113113 },
@@ -130,7 +130,7 @@ func Test_needReleasePatch(t *testing.T) {
130130 },
131131 },
132132 values : map [string ]interface {}{
133- "master " : map [string ]interface {}{
133+ "replica " : map [string ]interface {}{
134134 "persistence" : map [string ]interface {}{
135135 "size" : "15Gi" ,
136136 },
@@ -153,7 +153,7 @@ func Test_needReleasePatch(t *testing.T) {
153153 },
154154 },
155155 values : map [string ]interface {}{
156- "master " : map [string ]interface {}{
156+ "replica " : map [string ]interface {}{
157157 "persistence" : map [string ]interface {}{
158158 "size" : "foo" ,
159159 },
@@ -176,7 +176,7 @@ func Test_needReleasePatch(t *testing.T) {
176176 },
177177 },
178178 values : map [string ]interface {}{
179- "master " : map [string ]interface {}{
179+ "replica " : map [string ]interface {}{
180180 "persistence" : map [string ]interface {}{},
181181 },
182182 },
0 commit comments