fix(helm): 修改helm 驱动为secrets

(cherry picked from commit ee361223a3)
This commit is contained in:
Aaron3S
2021-11-23 18:13:32 +08:00
committed by wanghe-fit2cloud
parent 2eec1dff6c
commit 66c4bf310b

View File

@@ -27,7 +27,7 @@ import (
)
const (
helmDriver = "configmap"
helmDriver = "secrets"
)
func nolog(format string, v ...interface{}) {}