Skip to content

Commit

Permalink
Add documentation for new option
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi authored and BenGalewsky committed Oct 19, 2024
1 parent 80de867 commit b2651e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/deployment/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ parameters for the [rabbitMQ](https://github.com/bitnami/charts/tree/master/bitn
| `app.defaultDIDFinderScheme` | DID Finder scheme if none provided in request. If left blank, template will attempt to guess. | - |
| `app.validateTransformerImage` | Should docker image name be validated at DockerHub? | `true` |
| `app.defaultUsers` | Name of secret holding json file with default users to create on deployment | - |
| `app.sqlalchemyEngineOptions` | String that will be interpreted as a Python dict, giving keyword arguments to the `sqlalchemy.create_engine()` function for the internal database. | - |
| `didFinder.rucio.enabled` | Should we deploy the Rucio DID Finder? | `true` |
| `didFinder.rucio.image` | Rucio DID Finder image name | `sslhep/servicex-did-finder` |
| `didFinder.rucio.tag` | Rucio DID Finder image tag | `latest` |
Expand Down

0 comments on commit b2651e3

Please sign in to comment.