From b0bf9bc9e51af83f8c758ba90237c8a688ca7387 Mon Sep 17 00:00:00 2001 From: awerebea Date: Wed, 19 Jan 2022 22:29:49 +0400 Subject: [PATCH] Correct the plugin name to make it work Ensure that the requirements are met: * name should match the directory name. * name cannot duplicate one of the existing helm top-level commands. Source: https://helm.sh/docs/topics/plugins/ --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index 0fe9389..13bc2c5 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ --- -name: "env" +name: "helm-env" version: "0.1.0" usage: "print out the helm environment" description: |-