[agent-operator]-无聊的更新内容
This commit is contained in:
@@ -129,7 +129,7 @@ func ParseEnvToApplyFile(environment any, applyTemplate string, applyFilePath st
|
||||
}
|
||||
|
||||
// append to file
|
||||
if !utils.AppendContentWithSplitLineToFile(result.String(), applyFilePath) {
|
||||
if !utils.AppendK8sYamlWithSplitLineToFile(result.String(), applyFilePath) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user