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.
Improve the set env section with examples by adding examples to show variable interpolation in the
commandandargsattributes of the deployment YAML. The args incommandandargsneed 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_NAMEpattern.