This repository was archived by the owner on Jul 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 33# Installing openwhisk actions, triggers, and rules for Cloudant sample
44
55# Deployment using this manifest file creates following OpenWhisk components:
6- # Package: openwhisk-cloudant
6+ # Package: openwhisk-cloudant
77# Package: data-processing
88# Action: data-processing/write-to-cloudant
99# Action: data-processing/write-from-cloudant
1212# Rule: echo-images
1313
1414# This manifest file expects following env. variables:
15- # CLOUDANT_HOST
15+ # CLOUDANT_HOSTNAME
1616# CLOUDANT_USERNAME
1717# CLOUDANT_PASSWORD
1818# CLOUDANT_DATABASE
1919package :
20- name : data-processing
21- namespace : _
20+ name : data-processing
21+ namespace : _
2222 dependencies :
23- # binding cloudant package named openwhisk-cloudant
23+ # binding cloudant package named openwhisk-cloudant
2424 openwhisk-cloudant :
2525 location : /whisk.system/cloudant
2626 inputs :
27- username : $CLOUDANT_USERNAME
28- password : $CLOUDANT_PASSWORD
29- host : $CLOUDANT_HOST
27+ username : $CLOUDANT_USERNAME
28+ password : $CLOUDANT_PASSWORD
29+ host : $CLOUDANT_HOSTNAME
3030 triggers :
3131 # Trigger named "image-uploaded"
3232 # Creating trigger to fire events when data is inserted
You can’t perform that action at this time.
0 commit comments