Skip to content

Commit

Permalink
Make spec env, command fields updatable for cloudrun service (#2893)
Browse files Browse the repository at this point in the history
Merged PR #2893.
  • Loading branch information
emilymye authored and modular-magician committed Dec 27, 2019
1 parent 44d5adf commit d4ecd29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 0 additions & 2 deletions products/cloudrun/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ objects:
More info: https://kubernetes.io/docs/concepts/containers/images
- !ruby/object:Api::Type::Array
name: command
input: true
description: |-
Entrypoint array. Not executed within a shell.
The docker image's ENTRYPOINT is used if this is not provided.
Expand All @@ -505,7 +504,6 @@ objects:
item_type: Api::Type::String
- !ruby/object:Api::Type::Array
name: env
input: true
description: |-
List of environment variables to set in the container.
item_type: !ruby/object:Api::Type::NestedObject
Expand Down

0 comments on commit d4ecd29

Please sign in to comment.