You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/28 21:35:20 UTC

[GitHub] mrutkows commented on issue #399: Error out when env. variables from manifest/deployment are not defined

mrutkows commented on issue #399: Error out when env. variables from manifest/deployment are not defined
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/399#issuecomment-325489492
 
 
   For context, the manifest is referencing CLOUDANT_xxx env. vars as follows:
   ```
   # This manifest file reads following env. variables:
   #   CLOUDANT_HOSTNAME
   #   CLOUDANT_USERNAME
   #   CLOUDANT_PASSWORD
   #   CLOUDANT_DATABASE
   
   package:
       name: cloudant-trigger
       namespace: _
       dependencies:
           # binding cloudant package named openwhisk-cloudant
           openwhisk-cloudant:
               location: /whisk.system/cloudant
               inputs:
                   username: $CLOUDANT_USERNAME
                   password: $CLOUDANT_PASSWORD
   host: $CLOUDANT_HOSTNAME
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services