Skip to content

Commit

Permalink
fixing all bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmichandrashekar committed Nov 8, 2024
1 parent b23d0f4 commit 1380696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
mip="$MINIMAL_INGESTION_PROFILE"
daemonsetGlobalSettingsEnabled= "$AZMON_GLOBAL_SETTINGS_ENABLED_DAEMONSET_LINUX"
setGlobalSettings= "$AZMON_SET_GLOBAL_SETTINGS"
globalSettingsConfigured = "AZMON_GLOBAL_SETTINGS_CONFIGURED"
globalSettingsConfigured = "$AZMON_GLOBAL_SETTINGS_CONFIGURED"

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


# Configuration for telegraf agent
Expand Down

0 comments on commit 1380696

Please sign in to comment.