update crds

This commit is contained in:
2026-06-17 14:56:34 +01:00
parent 8e57124a0c
commit 3a8c946438
62 changed files with 3942 additions and 400 deletions
@@ -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\".",