diff --git a/application-template.json b/application-template.json index 85341e9..9aff48e 100644 --- a/application-template.json +++ b/application-template.json @@ -94,16 +94,17 @@ }, "triggers": [ { - "type": "ImageChange" + "type": "imageChange", + "imageChange": {} }, { - "type": "GitHub", + "type": "github", "github": { "secret": "secret123" } }, { - "type": "Generic", + "type": "generic", "generic": { "secret": "secret123" }