You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the set env section with examples by adding examples to show variable interpolation in the command and args attributes of the deployment YAML. The args in command and args need to follow the variable substitution pattern like $(ENV_VAR_NAME).
I feel we need to call this out in the tutorial as developers will follow the natural instinct of using $ENV_VAR_NAME pattern.
The text was updated successfully, but these errors were encountered:
Improve the set env section with examples by adding examples to show variable interpolation in the
command
andargs
attributes of the deployment YAML. The args incommand
andargs
need to follow the variable substitution pattern like$(ENV_VAR_NAME)
.I feel we need to call this out in the tutorial as developers will follow the natural instinct of using
$ENV_VAR_NAME
pattern.The text was updated successfully, but these errors were encountered: