Skip to content

Commit

Permalink
fix: kube watch json template, issue TencentBlueKing#479
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperJim committed Aug 19, 2020
1 parent 82bb294 commit 60ec991
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"key-file": "${clientKeyFile}"
},
"is-external": ${kubeWatchExternal},
"custom-storage-endpoints": "${customStorage}",
"custom-netservice-endpoints": "${customNetService}"
"netservice-zookeepers": ["$customNetServiceZK"],
"custom-storage-endpoints": ["${customStorage}"],
"custom-netservice-endpoints": ["${customNetService}"]
},
"k8s": {
"master": "${kubeMaster}",
Expand Down

0 comments on commit 60ec991

Please sign in to comment.