Skip to content

Commit

Permalink
Update CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Nov 27, 2024
1 parent 0921b19 commit c6bab8a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions deploy/helm/secret-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,28 @@ spec:
- kind
- name
type: object
keyGeneration:
default:
rsa:
length: 2048
description: The algorithm used to generate a key pair and required configuration settings. Currently only RSA and a key length of 2048, 3072 or 4096 bits can be configured.
oneOf:
- required:
- rsa
properties:
rsa:
properties:
length:
description: The amount of bits used for generating the RSA keypair. Currently, `2048`, `3072` and `4096` are supported. Defaults to `2048` bits.
enum:
- 2048
- 3072
- 4096
type: integer
required:
- length
type: object
type: object
required:
- issuer
type: object
Expand Down

0 comments on commit c6bab8a

Please sign in to comment.