14 lines
164 B
Jsonnet
Raw Normal View History

{
global: {
cpu: "100m",
memory: "64Mi",
cache: "64Mi",
image: null,
prefix: "check-source",
},
components: {
review: {
},
},
}