From 9594e02c6703657783afb52a0c2558f56cb18003 Mon Sep 17 00:00:00 2001 From: "J.D. Stone" Date: Sat, 13 Apr 2024 13:59:52 -0700 Subject: [PATCH] small rewording of primary readme (#26) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a09ba2c..13ae880 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # J.D. Stone's Helm Charts Repo -Example project to demo testing and hosting a chart repository with GitHub Pages and Actions. - ## How to Use My Charts * Add this repository to your Helm: ```helm repo add jdstone https://charts.jdstone.dev``` * Install the chart with the values of your choice using the values.yaml file: -```helm install my-sql-exporter -f values.yaml``` +```helm install -f values.yaml sql-exporter``` ## Actions Used