diff --git a/components/security_apps/orchestration/update_communication/fog_authenticator.cc b/components/security_apps/orchestration/update_communication/fog_authenticator.cc index e2c610c..d51af97 100755 --- a/components/security_apps/orchestration/update_communication/fog_authenticator.cc +++ b/components/security_apps/orchestration/update_communication/fog_authenticator.cc @@ -450,9 +450,9 @@ getDeplymentType() auto deplyment_type = Singleton::Consume::by()->getEnvType(); switch (deplyment_type) { case EnvType::LINUX: return "Embedded"; - case EnvType::DOCKER: return "Docker"; + case EnvType::DOCKER: return "Embedded"; case EnvType::NON_CRD_K8S: - case EnvType::K8S: return "K8S"; + case EnvType::K8S: return "Embedded"; case EnvType::COUNT: break; }