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

Commit

Permalink
Merge pull request #20 from mwithheld/patch-1
Browse files Browse the repository at this point in the history
Fix typo and path to secrets
  • Loading branch information
michizubi-SRF authored Oct 11, 2022
2 parents b227732 + 4dcdd0c commit d0ed009
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 [environment 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 d0ed009

Please sign in to comment.