From 7fe1052ae5a8cb97eee080bda2588a8104ccb6fc Mon Sep 17 00:00:00 2001 From: Muhammed Kaya Date: Sun, 27 Feb 2022 10:51:46 +0300 Subject: [PATCH] add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aefcf51 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + + +``` +helm package myapp +mv myapp-0.2.0.tgz docs +helm repo index docs --url https://muhammedsaidkaya.github.io/chart-museum-test + +helm repo add test https://muhammedsaidkaya.github.io/chart-museum-test +helm repo update +helm upgrade --install test test/myapp +```