diff --git a/KubeArmor/core/unorchestratedUpdates.go b/KubeArmor/core/unorchestratedUpdates.go index 010e2137e..6afcf2f38 100644 --- a/KubeArmor/core/unorchestratedUpdates.go +++ b/KubeArmor/core/unorchestratedUpdates.go @@ -76,6 +76,9 @@ func (dm *KubeArmorDaemon) WatchConfigChanges() { // Update throttling configs dm.SystemMonitor.UpdateThrottlingConfig() + + // Update the default posture for the unorchestrated containers + dm.UpdateHostSecurityPolicies() }) viper.WatchConfig() }