update crds
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"clientSecretRef": {
|
||||
"description": "ClientSecretRef configures the Kubernetes Secret for client credentials.\nIf the secret exists, its value is used. If it doesn't exist and Create is true,\nthe operator auto-generates a secret and creates it.",
|
||||
"description": "ClientSecretRef configures the Kubernetes Secret for client credentials.\nIf the secret exists, its value is used. If it doesn't exist and Create is true,\nthe operator auto-generates a secret and creates it.\nFor public clients (publicClient: true) the Secret is still materialised\nwhen ClientSecretRef is set, but only contains the client-id key \u2014 there\nis no client_secret to store.",
|
||||
"properties": {
|
||||
"clientIdKey": {
|
||||
"description": "ClientIdKey is the key for the client ID in the secret.\nDefaults to \"client-id\".",
|
||||
|
||||
Reference in New Issue
Block a user