Skip to content

Commit

Permalink
fix equals
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmichandrashekar committed Nov 13, 2024
1 parent 178fa3d commit 636a618
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ostype = "$OS_TYPE"
mip="$MINIMAL_INGESTION_PROFILE"
daemonsetGlobalSettingsEnabled= "$AZMON_GLOBAL_SETTINGS_ENABLED_DAEMONSET_LINUX"
setGlobalSettings= "$AZMON_SET_GLOBAL_SETTINGS"
setGlobalSettings = "$AZMON_SET_GLOBAL_SETTINGS"
globalSettingsConfigured = "$AZMON_GLOBAL_SETTINGS_CONFIGURED"

# Configuration for telegraf agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
operatormodelcfgmapsetting = "$AZMON_OPERATOR_ENABLED_CFG_MAP_SETTING"
operatormodelchartsetting = "$AZMON_OPERATOR_ENABLED_CHART_SETTING"
collectorHpaEnabled = "$AZMON_COLLECTOR_HPA_ENABLED"
setGlobalSettings= "$AZMON_SET_GLOBAL_SETTINGS"
setGlobalSettings = "$AZMON_SET_GLOBAL_SETTINGS"
globalSettingsConfigured = "$AZMON_GLOBAL_SETTINGS_CONFIGURED"

# Configuration for telegraf agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
debugmodeenabled = "$DEBUG_MODE_ENABLED"
windowsVersion = "$windowsVersion"
windowsdaemonsetGlobalSettingsEnabled= "$AZMON_GLOBAL_SETTINGS_ENABLED_DAEMONSET_WINDOWS"
setGlobalSettings= "$AZMON_SET_GLOBAL_SETTINGS"
setGlobalSettings = "$AZMON_SET_GLOBAL_SETTINGS"
globalSettingsConfigured = "$AZMON_GLOBAL_SETTINGS_CONFIGURED"


Expand Down

0 comments on commit 636a618

Please sign in to comment.