From 8889ff0035a1782d319b04952d56da6949854130 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Sat, 16 Nov 2019 11:52:01 +0100 Subject: [PATCH] Use dot and not peertube as target for helm in Readme, as I do not use peertube directory like original repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9992d35..6957b94 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you know what you are doing and want to store postgres in Kubernetes, I sugge ## Installing the chart -`$ helm install --name my-release peertube` +`$ helm install --name my-release .` Specify each parameter using the --set key=value[,key=value] argument to helm install. For example, @@ -27,12 +27,12 @@ Specify each parameter using the --set key=value[,key=value] argument to helm in $ helm install --name my-release \ --set environment.hostname=new.domain.tld,\ postgresql.postgresPassword=secretpassword \ - peertube + . ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, -`$ helm install --name my-release -f values.yaml peertube` +`$ helm install --name my-release -f values.yaml .` See the values.yml.sample for example of values to use