Skip to content

Commit

Permalink
Add helm documentation about GitHub App secrets (#2828)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherias authored Mar 27, 2024
1 parent 443a517 commit 4d685c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ these helm charts, you will need the following:
you will want to create a `docker-registry` type credential with the name
`minder-pull-secret`

- In addition, if you are using a GitHub App for authorization, you will need:
- `minder-github-app-secrets`: Needs to contain API credentials for a GitHub
app. In particular, the following keys are required:
- `client_id`: The GitHub client ID to be used by Minder
- `client_secret`: The GitHub client secret to be used by Minder
- `private_key`: The GitHub App's private key for minting JWTs

## Building and running

You can build a (local) helm chart with `make helm` at the top-level of the
Expand Down

0 comments on commit 4d685c3

Please sign in to comment.