Skip to content

Commit baa7a4f

Browse files
authored
Merge pull request #79409 from dpateriya/patch-15
Incorrect apiVersion for imagestream
2 parents e1cbd78 + bc31216 commit baa7a4f

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)