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