Skip to content

Commit

Permalink
Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credenti…
Browse files Browse the repository at this point in the history
…als as default

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 23, 2023
1 parent 921ed04 commit 7e20ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
uri: "azure-storage-blob:{{accountName}}/{{containerName}}"
parameters:
accessKey: "{{accessKey}}"
credentialType: "{{credentialType}}"
credentialType: "SHARED_ACCOUNT_KEY"
delay: "{{delay}}"
steps:
- to: "kamelet:sink"
Expand Down

0 comments on commit 7e20ac0

Please sign in to comment.