Skip to content

Commit

Permalink
style(charts): update 'addAccountOperator.secretName' description
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk committed Jul 3, 2024
1 parent 5a513e0 commit b4d07f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/substra-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ See [UPGRADE.md](https://github.com/Substra/substra-backend/blob/main/charts/sub
| `addAccountOperator.outgoingOrganizations` | Outgoing organizations credentials for substra backend organization-to-organization communications | `[]` |
| `addAccountOperator.incomingOrganizations` | Incoming organizations credentials for substra backend organization-to-organization communications | `[]` |
| `addAccountOperator.users` | A list of administrators users who can log into the substra backend server with admin privileges | `[]` |
| `addAccountOperator.secretName` | An alternative to giving: | `""` |
| `addAccountOperator.secretName` | An alternative to providing credentials for organization-to-organization communications and users | `""` |

### Registry prepopulate

Expand Down
4 changes: 1 addition & 3 deletions charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -839,9 +839,7 @@ addAccountOperator:
## channel: mychannel
##
users: []
## @param addAccountOperator.secretName An alternative to giving:
## - organization-to-organization communications (outgoingOrganizations and incomingOrganizations)
## - users who can log into the substra backend server with admin privileges
## @param addAccountOperator.secretName An alternative to providing credentials for organization-to-organization communications and users
## Secret must have the `users`, `incoming_organizations` and `outgoing_organizations` keys
secretName: ""

Expand Down

0 comments on commit b4d07f6

Please sign in to comment.