From 446ac6c06a7472f47f35280ffd63925469f8a49a Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 26 Jul 2024 12:31:21 -0400 Subject: [PATCH] add failure with non existing container image --- score/score.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/score/score.yaml b/score/score.yaml index 578c30a..f2184bc 100644 --- a/score/score.yaml +++ b/score/score.yaml @@ -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" @@ -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: