Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$envvar replacement not fully supported #251

Open
purplecabbage opened this issue Oct 11, 2021 · 1 comment
Open

$envvar replacement not fully supported #251

purplecabbage opened this issue Oct 11, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@purplecabbage
Copy link
Member

It looks like the env var replacement of manifest.yml keys is not fully supported.

This example from the openwhisk docs does not seem to work.

actions:
      hello_world_env_var_parms:
        function: src/hello.js
        inputs:
          name: $FIRSTNAME
          place: ${TOWN}, ${COUNTRY}

FIRSTNAME is replaced, but TOWN and COUNTRY are not.

https://github.com/apache/openwhisk-wskdeploy/blob/master/docs/wskdeploy_action_env_var_parms.md#actions

@meryllblanchet meryllblanchet added the bug Something isn't working label Oct 12, 2021
@aiojbot
Copy link
Collaborator

aiojbot commented Oct 13, 2021

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants