Escape dollar sign (that is used for populating from shell env var) in manifest #5532
Labels
area/manifest
Issues about infrastructure-as-code templates.
type/enhancement
Issues that are improvements for existing features.
type/request
Issues that are created by customers.
Today users can use
${GIT_SHA}
in manifest to substitute${GIT_SHA}
with the value of the shell environment variableGIT_SHA
. However, there is no way to escape it. It'd be nice if we don't substitute the value if we see for example\${GIT_SHA}
.Related: #5501 (comment)
The text was updated successfully, but these errors were encountered: