Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#520 from kubernetes-sigs/fix-secre…
Browse files Browse the repository at this point in the history
…tname-test

test: fix secretName e2e test
  • Loading branch information
k8s-ci-robot authored Jan 8, 2021
2 parents 932320a + cd981a9 commit 7140359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
StorageClassParameters: map[string]string{
"skuName": "Standard_LRS",
"secretName": "sercet-test",
"sectetNamespace": "test",
"secretNamespace": "kube-system",
},
}
test.Run(cs, ns)
Expand Down

0 comments on commit 7140359

Please sign in to comment.