Skip to content

Commit

Permalink
Merge pull request #39 from hadar-co/patch-1
Browse files Browse the repository at this point in the history
Add images property to workloads
Tests are failing due to missing secrets - WIP
  • Loading branch information
yairsimantov20 authored Feb 22, 2024
2 parents 8867e51 + 2158d8c commit c636f20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/defaults/blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
"default": [],
"description": "The containers for each pod instance of the Workload"
},
"images": {
"items": {
"type": "string"
},
"title": "Images",
"type": "array"
},
"creationTimestamp": {
"type": "string",
"title": "Created",
Expand Down Expand Up @@ -148,4 +155,4 @@
}
}
}
]
]

0 comments on commit c636f20

Please sign in to comment.