Change helm path

Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
LiHui
2021-07-05 17:58:26 +08:00
parent bacc717bf2
commit 4d03665cba

View File

@@ -17,5 +17,5 @@ limitations under the License.
package helmwrapper
const (
helmPath = "/usr/bin/helm"
helmPath = "/usr/local/bin/helm"
)