We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79701e commit d120230Copy full SHA for d120230
docs/book/src/multiversion-tutorial/deployment.md
@@ -75,7 +75,7 @@ and the v1 resource
75
kubectl get cronjobs.v1.batch.tutorial.kubebuilder.io -o yaml
76
```
77
```yaml
78
-{{#include ./testdata/project/config/samples/batch_v2_cronjob.yaml}}
+{{#include ./testdata/project/config/samples/batch_v1_cronjob.yaml}}
79
80
81
Both should be filled out, and look equivalent to our v2 and v1 samples,
0 commit comments