Skip to content

Commit

Permalink
feat: add env block to cloud workstations resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3ck committed Sep 10, 2023
1 parent 20d170f commit fc34bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmv1/products/workstations/Workstation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ properties:
- !ruby/object:Api::Type::KeyValuePairs
name: 'annotations'
description: 'Client-specified annotations. This is distinct from labels.'
- !ruby/object:Api::Type::KeyValuePairs
name: 'env'
description: |
'Client-specified environment variables passed to the workstation container's entrypoint.'
- !ruby/object:Api::Type::Time
name: 'createTime'
description: |
Expand Down

0 comments on commit fc34bbb

Please sign in to comment.