We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e611cc commit 526ff12Copy full SHA for 526ff12
mgmtfn/k8splugin/kubeClient_test.go
@@ -39,7 +39,7 @@ const (
39
testPodURL = "/api/v1/namespaces/default/pods/test-pod"
40
svcWatchURL = "/api/v1/watch/services"
41
epWatchURL = "/api/v1/watch/endpoints"
42
- contivKubeCfgDir = "/opt/contiv/config"
+ contivKubeCfgDir = "/var/contiv/config"
43
testCfgFile = "/tmp/certs/contiv.json"
44
testServerURL = "0.0.0.0:443"
45
testSvcPort = 4639
0 commit comments