Skip to content

Commit 5bb368c

Browse files
authored
Merge pull request #85314 from bshaw7/patch-10
In oc-mirror v2, the targetCatalogSourceTemplate example template for CatalogSource requires update
2 parents 480a88b + 10b36f3 commit 5bb368c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/oc-mirror-imageset-config-parameters-v2.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Example: `/tmp/catalog-source_template.yaml`
181181
Example of a template file:
182182
[source,yaml]
183183
----
184-
apiVersion: operators.coreos.com/v2alpha1
184+
apiVersion: operators.coreos.com/v1alpha1
185185
kind: CatalogSource
186186
metadata:
187187
name: discarded
@@ -190,8 +190,8 @@ spec:
190190
image: discarded
191191
sourceType: grpc
192192
updateStrategy:
193-
registryPoll:
194-
interval: 30m0s
193+
registryPoll:
194+
interval: 30m0s
195195
----
196196

197197
|`mirror.operators.targetTag`
@@ -464,4 +464,4 @@ The default is `ocp`
464464
|Boolean
465465
The default value is `false`
466466

467-
|===
467+
|===

0 commit comments

Comments
 (0)