Skip to content

Commit

Permalink
feat: update crd to allow vault secret to handle write operation (#548)
Browse files Browse the repository at this point in the history
Signed-off-by: Loïs Postula <lois@postu.la>
  • Loading branch information
loispostula authored Oct 13, 2023
1 parent a18b13c commit 9898036
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 9898036

Please sign in to comment.