Skip to content

Commit 526ff12

Browse files
author
Wei Tie
committed
Update kubeclient test to new k8s cfg dir
1 parent 8e611cc commit 526ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mgmtfn/k8splugin/kubeClient_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
testPodURL = "/api/v1/namespaces/default/pods/test-pod"
4040
svcWatchURL = "/api/v1/watch/services"
4141
epWatchURL = "/api/v1/watch/endpoints"
42-
contivKubeCfgDir = "/opt/contiv/config"
42+
contivKubeCfgDir = "/var/contiv/config"
4343
testCfgFile = "/tmp/certs/contiv.json"
4444
testServerURL = "0.0.0.0:443"
4545
testSvcPort = 4639

0 commit comments

Comments
 (0)