This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 99fcb8fb [operator] delete todo
99fcb8fb is described below
commit 99fcb8fb7e4dce87106a3c6be7a5e008e66f760d
Author: mfordjody <[email protected]>
AuthorDate: Sat Dec 28 17:23:05 2024 +0800
[operator] delete todo
---
operator/pkg/helm/helm.go | 2 --
1 file changed, 2 deletions(-)
diff --git a/operator/pkg/helm/helm.go b/operator/pkg/helm/helm.go
index 2d4f4a27..3563759a 100644
--- a/operator/pkg/helm/helm.go
+++ b/operator/pkg/helm/helm.go
@@ -111,9 +111,7 @@ func Reader(namespace string, directory string, dop
values.Map) ([]manifest.Mani
if err != nil {
return nil, nil, fmt.Errorf("render chart: %v", err)
}
- // todo
mfs, err := manifest.Parse(output)
- fmt.Printf("%v", mfs)
return mfs, warnings, err
}