Skip to content

Commit

Permalink
Make spec env, command fields updatable for cloudrun service (#1566)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: emily <[email protected]>
  • Loading branch information
modular-magician and emilymye committed Dec 27, 2019
1 parent 732f1ae commit ebfc229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google-beta/resource_cloud_run_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument
"command": {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Description: `Entrypoint array. Not executed within a shell.
The docker image's ENTRYPOINT is used if this is not provided.
Variable references $(VAR_NAME) are expanded using the container's
Expand All @@ -132,7 +131,6 @@ https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument
"env": {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Description: `List of environment variables to set in the container.`,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit ebfc229

Please sign in to comment.