Skip to content

Commit

Permalink
feat: update crd to allow vault secret to handle write operation (ked…
Browse files Browse the repository at this point in the history
…acore#548)

Signed-off-by: Loïs Postula <lois@postu.la>
  • Loading branch information
loispostula authored and QuentinBisson committed Feb 22, 2024
1 parent 24bbce9 commit 13e6f80
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions keda/templates/crds/crd-clustertriggerauthentications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,26 @@ spec:
type: string
path:
type: string
pkiData:
properties:
altNames:
type: string
commonName:
type: string
format:
type: string
ipSans:
type: string
otherSans:
type: string
ttl:
type: string
uriSans:
type: string
type: object
type:
description: VaultSecretType defines the type of vault secret
type: string
required:
- key
- parameter
Expand Down
20 changes: 20 additions & 0 deletions keda/templates/crds/crd-triggerauthentications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,26 @@ spec:
type: string
path:
type: string
pkiData:
properties:
altNames:
type: string
commonName:
type: string
format:
type: string
ipSans:
type: string
otherSans:
type: string
ttl:
type: string
uriSans:
type: string
type: object
type:
description: VaultSecretType defines the type of vault secret
type: string
required:
- key
- parameter
Expand Down

0 comments on commit 13e6f80

Please sign in to comment.