Skip to content

Commit

Permalink
Merge pull request #136 from lapwat/main
Browse files Browse the repository at this point in the history
docs: update connect.credentialsKey default value
  • Loading branch information
jpcoenen committed May 8, 2023
2 parents 4716845 + cb04f5c commit 0267c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ helm install --set connect.applicationName=connect connect ./connect
| connect.api.httpsPort | integer | `8443` | The port the Connect API is served on when TLS is enabled |
| connect.credentials | jsonString | | Contents of the 1password-credentials.json file for Connect. Can be set be adding `--set-file connect.credentials=<path/to/1password-credentials.json>` to your helm install command |
| connect.credentials_base64 | string | | Base64-encoded contents of the 1password-credentials.json file for Connect. This can be used instead of `connect.credentials` in case supplying raw JSON to `connect.credentials` leads to issues. |
| connect.credentialsKey | string | `"op-session"` | The key for the 1Password Connect Credentials stored in the credentials secret |
| connect.credentialsKey | string | `"1password-credentials.json"` | The key for the 1Password Connect Credentials stored in the credentials secret |
| connect.credentialsName | string | `"op-credentials"` | The name of Kubernetes Secret containing the 1Password Connect credentials |
| connect.dataVolume.name | string | `"shared-data"` | The name of the shared volume used between 1Password Connect Containers |
| connect.dataVolume.type | string | `"emptyDir"` | The type of the shared volume used between 1Password Connect Containers |
Expand Down

0 comments on commit 0267c68

Please sign in to comment.