Skip to content

Commit

Permalink
docs: k8s installation section (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrymu committed Sep 10, 2021
1 parent 10ce004 commit aec73bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ strong secret, a Login and Consent provider located at `https://my-idp/` run:

```bash
$ helm install \
--set 'hydra.config.secrets.system=$(LC_ALL=C tr -dc 'A-Za-z0-9' < /dev/urandom | base64 | head -c 32)' \
--set 'hydra.config.secrets.system={'$(LC_ALL=C tr -dc 'A-Za-z0-9' < /dev/urandom | base64 | head -c 32)'}' \
--set 'hydra.config.dsn=memory' \
--set 'hydra.config.urls.self.issuer=https://my-hydra/' \
--set 'hydra.config.urls.login=https://my-idp/login' \
Expand Down

0 comments on commit aec73bb

Please sign in to comment.