Transfer TODOs into GH issues

This commit is contained in:
Andrei Pohilko
2022-10-28 19:10:53 +01:00
parent 2e8ba39b8f
commit 7ab0f33201
3 changed files with 3 additions and 4 deletions

View File

@@ -58,7 +58,6 @@ func (d *DataLayer) runCommandHelm(cmd ...string) (string, error) {
}
func (d *DataLayer) runCommandKubectl(cmd ...string) (string, error) {
// TODO: migrate into using kubectl "k8s.io/kubectl/pkg/cmd" and kube API
if d.Kubectl == "" {
d.Kubectl = "kubectl"
}