mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Review comments processed
This commit is contained in:
parent
4c6f7abb6b
commit
2eb8118dfb
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,8 @@ The default value is empty.
|
|||
|
||||
This requires the Enterprise version.
|
||||
|
||||
The encryption key cannot be changed after the cluster has been created.
|
||||
|
||||
### `spec.auth.jwtSecretName: string`
|
||||
|
||||
This setting specifies the name of a kubernetes `Secret` that contains
|
||||
|
@ -127,6 +129,9 @@ The default value is empty.
|
|||
If you specify a name of a `Secret` that does not exist, a random token is created
|
||||
and stored in a `Secret` with given name.
|
||||
|
||||
Changing a JWT token results in stopping the entire cluster
|
||||
and restarting it.
|
||||
|
||||
### `spec.ssl.keySecretName: string`
|
||||
|
||||
This setting specifies the name of a kubernetes `Secret` that contains
|
||||
|
|
Loading…
Reference in a new issue