Commit 8063bc9
authored
Fix wrong JSON bool value in a imagestream trigger example annotation
JSON boolean type can be true/false, not "true"/"false", replace "false" with false. This wrong example causes an error to convert JSON data type in "openshift-controller" pod of "openshift-controller-manager" project, it also ignores image triger events.1 parent dbf6f1b commit 8063bc9
File tree
1 file changed
+1
-1
lines changed- modules
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments