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

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatomicJC authored Oct 17, 2022
2 parents c4a25f5 + d0ed009 commit ab93c0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,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 ab93c0f

Please sign in to comment.