Skip to content

Commit bc31216

Browse files
authored
Incorrect apiVersion for imagestream
apiVersion for imagestream was set to "v1". Updated it to replace the correct apiVersion i.e., "image.openshift.io/v1"
1 parent e1cbd78 commit bc31216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates-creating-from-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ appear in this list, as demonstrated here:
2828
[source,yaml]
2929
----
3030
kind: "ImageStream"
31-
apiVersion: "v1"
31+
apiVersion: "image.openshift.io/v1"
3232
metadata:
3333
name: "ruby"
3434
creationTimestamp: null

0 commit comments

Comments
 (0)