From 4fb7deb023df7af6a25390f972099bd534fdd157 Mon Sep 17 00:00:00 2001 From: spiddy Date: Thu, 20 Apr 2017 10:10:11 +0200 Subject: [PATCH] Added reference to plugins --- docs/plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 99f150874..72e78c25e 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -4,6 +4,8 @@ Helm 2.1.0 introduced the concept of a client-side Helm _plugin_. A plugin is a tool that can be accessed through the `helm` CLI, but which is not part of the built-in Helm codebase. +Existing plugins can be found on [related](related.md#helm-plugins) section or by searching [Github](https://github.com/search?q=topic%3Ahelm-plugin&type=Repositories). + This guide explains how to use and create plugins. ## An Overview @@ -170,4 +172,3 @@ these flags are _not_ passed on to the plugin. Plugins _should_ display help text and then exit for `-h` and `--help`. In all other cases, plugins may use flags as appropriate. -