diff --git a/plugin.yaml b/plugin.yaml index 2dbf38c..4eb6a10 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -10,11 +10,3 @@ config: runtimeConfig: platformCommand: - command: ${HELM_PLUGIN_DIR}/bin/helm-cm-push -downloaders: - - command: "bin/helm-cm-push" - protocols: - - "cm" -useTunnel: false -hooks: - install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" - update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" diff --git a/testdata/plugin-helm3.yaml b/testdata/plugin-helm3.yaml index 0057af2..97e49e4 100644 --- a/testdata/plugin-helm3.yaml +++ b/testdata/plugin-helm3.yaml @@ -7,7 +7,6 @@ downloaders: - command: "bin/helm-cm-push" protocols: - "cm" -useTunnel: false hooks: install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" diff --git a/testdata/plugin-helm4.yaml b/testdata/plugin-helm4.yaml index 2dbf38c..4eb6a10 100644 --- a/testdata/plugin-helm4.yaml +++ b/testdata/plugin-helm4.yaml @@ -10,11 +10,3 @@ config: runtimeConfig: platformCommand: - command: ${HELM_PLUGIN_DIR}/bin/helm-cm-push -downloaders: - - command: "bin/helm-cm-push" - protocols: - - "cm" -useTunnel: false -hooks: - install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" - update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"