From 43c2bf9786edbf73072d86d1e7ddd71d621a10dc Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 2 Jan 2023 12:09:29 -0400 Subject: [PATCH] make a nice looking page for the helm chart --- README.md | 15 +++++++++++++++ _config.yaml | 1 + index.html | 7 ------- 3 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 README.md create mode 100644 _config.yaml delete mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..62d879b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Prom Aggregation Gateway Helm Chart + +First, you need to get the repo added to helm! + +```sh +helm repo add pag https://zapier.github.io/prom-aggregation-gateway/ +helm repo update +helm search repo pag -l +``` + +Then you can install it: + +```sh +helm install pag pag/prom-aggregation-gateway 0.5.1 +``` \ No newline at end of file diff --git a/_config.yaml b/_config.yaml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yaml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index ad9f0fd..0000000 --- a/index.html +++ /dev/null @@ -1,7 +0,0 @@ - - - - hello, world - - - \ No newline at end of file