Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Apr 16, 2024
1 parent e9ca27a commit b1f7459
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/substra-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ See [UPGRADE.md](https://github.com/Substra/substra-backend/blob/main/charts/sub
| `privateCa.image.pullPolicy` | Private CA injector pull policy | `IfNotPresent` |
| `privateCa.image.pullSecrets` | Specify image pull secrets | `[]` |
| `privateCa.image.registry` | The registry to pull the CA Cert Injector image | `ghcr.io` |
| `privateCa.configMap.name` | Name of the _ConfigMap_ containing the private CA certificate | `substra-private-ca` |
| `privateCa.configMap.data` | Certificate to add in the _ConfigMap_ | `nil` |
| `privateCa.configMap.fileName` | Certificate filename in the _ConfigMap_ | `private-ca.crt` |
| `privateCa.secret.name` | Name of the _Secret_ containing the private CA certificate | `substra-private-ca` |
| `privateCa.secret.data` | Certificate to add in the _Secret_ | `nil` |
| `privateCa.secret.fileName` | Certificate filename in the _Secret_ | `private-ca.crt` |

### Server settings

Expand Down

0 comments on commit b1f7459

Please sign in to comment.