Skip to content

Commit 72ac734

Browse files
author
Barkha Choithani
committed
fixed lint errors
1 parent 681c6c4 commit 72ac734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/template/pod_priority_templ_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ func TestChartTemplatePodPriorityClass(t *testing.T) {
2929
// Setup the args for helm install
3030
options := &helm.Options{
3131
SetValues: map[string]string{
32-
"image.repository": "marklogicdb/marklogic-db",
33-
"image.tag": "latest",
34-
"persistence.enabled": "false",
35-
"priorityClassName": "high-priority",
32+
"image.repository": "marklogicdb/marklogic-db",
33+
"image.tag": "latest",
34+
"persistence.enabled": "false",
35+
"priorityClassName": "high-priority",
3636
},
3737
KubectlOptions: k8s.NewKubectlOptions("", "", namespaceName),
3838
}

0 commit comments

Comments
 (0)