From 7eed5c47709043ff499086be9106474eb94e56e8 Mon Sep 17 00:00:00 2001 From: lavenderguitar Date: Sun, 3 Apr 2022 03:40:11 -0400 Subject: [PATCH] v1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0178ece..ba65ac7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The jekyll site provided in this repo is an example and includes a basic Dockerf 2. Install the new site. _Value files are read left->right and will overwrite in that order._ - helm install site charts/site --values charts/site/values.yaml -f charts/site/override.yaml + helm install site charts/site --values charts/site/values.yaml -f charts/site/override.yaml #### Update the website @@ -67,7 +67,7 @@ The jekyll site provided in this repo is an example and includes a basic Dockerf 3. Use Helm to perform a rolling upgrade. - helm upgrade site charts/site --values charts/site/values.yaml -f charts/site/override.yaml + helm upgrade site charts/site --values charts/site/values.yaml -f charts/site/override.yaml ## Improvement Notes