Skip to content

Commit

Permalink
Merge pull request #492 from sujithsimon22/BLE
Browse files Browse the repository at this point in the history
Fixed restart issue of mapper
  • Loading branch information
kubeedge-bot committed May 10, 2019
2 parents 309d10a + e816c21 commit 764f8f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion device/bluetooth_mapper/configuration/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
var CONFIG_FILE_PATH = "configuration/config.yaml"

//CONFIG_MAP_PATH contains the location of the configuration file
var CONFIG_MAP_PATH = "/opt/kubeedge/device_profile.json"
var CONFIG_MAP_PATH = "/opt/kubeedge/deviceProfile.json"

//Config is the global configuration used by all the modules of the mapper
var Config *BLEConfig
Expand Down
1 change: 0 additions & 1 deletion device/bluetooth_mapper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
volumeMounts:
- name: config-volume
mountPath: /opt/kubeedge/
subPath: device_profile.json
nodeSelector:
bluetooth: "true"
volumes:
Expand Down

0 comments on commit 764f8f7

Please sign in to comment.