summarylogtreecommitdiffstats
path: root/helm-diff.install
diff options
context:
space:
mode:
Diffstat (limited to 'helm-diff.install')
-rw-r--r--helm-diff.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/helm-diff.install b/helm-diff.install
new file mode 100644
index 000000000000..6c17ca71d07f
--- /dev/null
+++ b/helm-diff.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Run the following command to finish plugin installation:"
+ echo -e "\thelm plugin install /usr/lib/helm/plugins/helm-diff"
+}