Skip to content

Commit 2c66ce0

Browse files
authored
Merge pull request #32674 from ehvs/RHDEVDOCS-3014
Fixed imageChange to ImageChange in type spec
2 parents 0cbc4bf + 229f550 commit 2c66ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/builds-using-image-change-triggers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ In this case, the `sourceStrategy` definition is consuming the `latest` tag of t
4545
+
4646
[source,yaml]
4747
----
48-
type: "imageChange" <1>
48+
type: "ImageChange" <1>
4949
imageChange: {}
50-
type: "imageChange" <2>
50+
type: "ImageChange" <2>
5151
imageChange:
5252
from:
5353
kind: "ImageStreamTag"

0 commit comments

Comments
 (0)