Skip to content

Commit

Permalink
add failure with non existing container image
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jul 26, 2024
1 parent f979683 commit 446ac6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions score/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: my-sample-workload
containers:
my-sample-container:
image: .
image: ghcr.io/mathieu-benoit/my-sample-workload:pouet
resources:
limits:
memory: "256Mi"
Expand All @@ -13,10 +13,7 @@ containers:
cpu: "25m"
variables:
MESSAGE: "Hello, Test!"
MISSING_VAR: ${resources.env.nonexistent-var}
resources:
env:
type: environment
dns:
type: dns
route:
Expand Down

0 comments on commit 446ac6c

Please sign in to comment.