Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 3261fd6

Browse files
authored
Merge pull request #46 from IBM/update_wskdeploy_vars
Update wskdeploy environment variables
2 parents 21d10ff + a60658d commit 3261fd6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

manifest.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
@@ -12,21 +12,21 @@
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
1919
package:
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

0 commit comments

Comments
 (0)