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