Skip to content

Commit 105f315

Browse files
authored
Merge pull request #1393 from wfernandes/fix-multiversion-doc
Fix multiversion deployment example
2 parents e79701e + d120230 commit 105f315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/multiversion-tutorial/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ and the v1 resource
7575
kubectl get cronjobs.v1.batch.tutorial.kubebuilder.io -o yaml
7676
```
7777
```yaml
78-
{{#include ./testdata/project/config/samples/batch_v2_cronjob.yaml}}
78+
{{#include ./testdata/project/config/samples/batch_v1_cronjob.yaml}}
7979
```
8080

8181
Both should be filled out, and look equivalent to our v2 and v1 samples,

0 commit comments

Comments
 (0)