Browse Source

Use dot and not peertube as target for helm in Readme, as I do not use peertube directory like original repo

pull/1/head
LecygneNoir 4 years ago
parent
commit
8889ff0035
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@ -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

Loading…
Cancel
Save