Skip to content

Commit

Permalink
[Examples] Use correct folder in resource-secret-route example
Browse files Browse the repository at this point in the history
  • Loading branch information
avano authored and nicolaferraro committed Jul 16, 2021
1 parent 29deb1f commit 71bed6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user-config/resource-secret-route.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
// kamel run --resource secret:my-sec resource-secret-route.groovy --dev
//

from('file:/etc/camel/my-sec/?fileName=my-secret-key&noop=true&idempotent=false')
from('file:/etc/camel/resources/my-sec/?fileName=my-secret-key&noop=true&idempotent=false')
.log('resource file content is: ${body}')

0 comments on commit 71bed6f

Please sign in to comment.