[Agent][Deploy] - cmii update
This commit is contained in:
12
agent-deploy/a_dashboard/DeployK8sDashboard.go
Normal file → Executable file
12
agent-deploy/a_dashboard/DeployK8sDashboard.go
Normal file → Executable file
@@ -6,17 +6,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
K8sDashboardApplyFilePath = ""
|
||||
log = logger.Log
|
||||
log = logger.Log
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
K8sDashboardApplyFilePath = z_dep.ApplyFilePrefix + "k8s-dashboard.yaml"
|
||||
|
||||
log.InfoF("K8sDashboardApplyFilePath: %s", K8sDashboardApplyFilePath)
|
||||
}
|
||||
|
||||
func K8sDashboardDeploy(commonEnv *z_dep.CommonEnvironmentConfig) bool {
|
||||
return commonEnv.ParseCommonEnvToApplyFile(CmiiK8sDashboardTemplate, K8sDashboardApplyFilePath)
|
||||
return commonEnv.ParseCommonEnvToApplyFile(CmiiK8sDashboardTemplate, z_dep.K8sDashboardApplyFilePath)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user