[agent-operator]-无聊的更新内容

This commit is contained in:
zeaslity
2024-12-02 18:04:13 +08:00
parent 88cb1e1bb1
commit 8f5f85826c
70 changed files with 45926 additions and 34521 deletions

View File

@@ -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
}