Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helm documentation about GitHub App secrets #2828

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading