Skip to content

Commit

Permalink
bug fix (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmichandrashekar authored Apr 6, 2021
1 parent e31cc87 commit ca8fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plugins/ruby/in_kube_nodes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Kube_nodeInventory_Input < Input
@@MDMKubeNodeInventoryTag = "mdm.kubenodeinventory"
@@configMapMountPath = "/etc/config/settings/log-data-collection-settings"
@@promConfigMountPath = "/etc/config/settings/prometheus-data-collection-settings"
@@osmConfigMountPath = "/etc/config/osm-settings"
@@osmConfigMountPath = "/etc/config/osm-settings/osm-metric-collection-configuration"
@@AzStackCloudFileName = "/etc/kubernetes/host/azurestackcloud.json"
@@kubeperfTag = "oms.api.KubePerf"

Expand Down

0 comments on commit ca8fa12

Please sign in to comment.