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

Variable substitution does not allow default values containing a colon #883

Open
grthr opened this issue Aug 29, 2024 · 1 comment
Open

Comments

@grthr
Copy link

grthr commented Aug 29, 2024

The current implementation does not support default values in localEnv or containerEnv substitution that include a colon.

Example:

 "WEBSITE_URL": "${localEnv:WEBSITE_URL:https://example.com"

Current behavior: If $WEBSITE_URL is not present, the variable is just set to https

Expected behavior: If $WEBSITE_URL is not present, the variable should be set to https://example.com

@grthr
Copy link
Author

grthr commented Aug 29, 2024

PR #882

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant