Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Fix typo and path to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithheld authored Oct 3, 2022
1 parent b227732 commit 28daffc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This helm chart installs the [passbolt container](https://github.com/passbolt/pa
For more parameters you should have a look at ...
- the [values.yaml](values.yaml) file of this helm chart
- the [values.yaml](https://github.com/helm/charts/blob/master/stable/mariadb/values.yaml) file of the mariadb helm chart, when enabled
- the [enviroment variables](https://github.com/passbolt/passbolt_docker/tree/master) of the passbold docker image.
- the [enviroment variables](https://github.com/passbolt/passbolt_docker/tree/master) of the passbolt docker image.

### General

Expand Down Expand Up @@ -133,10 +133,10 @@ For more parameters you should have a look at ...
```
helm install \
-f values.yaml \
--set-file passbolt.config.serverkey=./gpg/serverkey.asc \
--set-file passbolt.config.serverkey_private=./gpg/serverkey_private.asc \
--set-file passbolt.config.jwtkey=./jwt/jwt.key \
--set-file passbolt.config.jwtcert=./jwt/jwt.pem \
--set-file passbolt.config.serverkey=./secrets/gpg/serverkey.asc \
--set-file passbolt.config.serverkey_private=./secrets/gpg/serverkey_private.asc \
--set-file passbolt.config.jwtkey=./secrets/jwt/jwt.key \
--set-file passbolt.config.jwtcert=./secrets/jwt/jwt.pem \
passbolt ../passbolt-helm/
## Create first passbolt admin user
Expand Down

0 comments on commit 28daffc

Please sign in to comment.