Skip to content

Commit

Permalink
tests: add missing patched json for sidecar fixtures (#127)
Browse files Browse the repository at this point in the history
We simply missed pushing the patched file.

Signed-off-by: francesco-racciatti <[email protected]>
  • Loading branch information
francesco-racciatti authored Jan 22, 2025
1 parent c853bb4 commit 2fc1be8
Showing 1 changed file with 67 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"Resources": {
"taskdef": {
"Properties": {
"ContainerDefinitions": [
{
"Command": [
"/bin/sh"
],
"EntryPoint": [
"/kilt/run",
"--"
],
"Environment": [
{
"Name": "MEANING_OF_LIFE",
"Value": "forty-two"
}
],
"Image": "busybox",
"LinuxParameters": {
"Capabilities": {
"Add": [
"SYS_PTRACE"
]
}
},
"Name": "app",
"VolumesFrom": [
{
"ReadOnly": true,
"SourceContainer": "KiltImage"
}
]
},
{
"EntryPoint": [
"/kilt/wait"
],
"Environment": [
{
"Name": "MEANING_OF_LIFE",
"Value": "42"
}
],
"Image": "KILT:latest",
"Name": "KiltImage"
}
],
"RequiresCompatibilities": [
"FARGATE"
],
"Tags": [
{
"Key": "antani",
"Value": "sbiribuda"
},
{
"Key": "kiltinclude",
"Value": "itisignored"
}
]
},
"Type": "AWS::ECS::TaskDefinition"
}
}
}

0 comments on commit 2fc1be8

Please sign in to comment.