Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
removed resource properties from score files
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaya-sys authored and ghen committed Jun 15, 2023
1 parent 6bac150 commit 4e767d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/02-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ containers:
resources:
env:
type: environment
properties:
NAME:
type: string
default: World
```
If there is a need to set the `NAME` variable value for the environment the workload would be deployed into, an `env.yaml` file can be used:
Expand Down
4 changes: 0 additions & 4 deletions examples/02-environment/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ containers:
resources:
env:
type: environment
properties:
NAME:
type: string
default: World

0 comments on commit 4e767d9

Please sign in to comment.