File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -334,10 +334,10 @@ INFO[0000] operator-sdk Version: 0.0.5+git
334
334
335
335
### Create a Memcached CR
336
336
337
- Modify ` deploy/cr .yaml ` as shown and create a ` Memcached ` custom resource:
337
+ Modify ` deploy/crds/cache_v1alpha1_memcached_cr .yaml ` as shown and create a ` Memcached ` custom resource:
338
338
339
339
``` sh
340
- $ cat deploy/cr .yaml
340
+ $ cat deploy/crds/cache_v1alpha1_memcached_cr .yaml
341
341
apiVersion: " cache.example.com/v1alpha1"
342
342
kind: " Memcached"
343
343
metadata:
@@ -374,7 +374,7 @@ Change the `spec.size` field in the memcached CR from 3 to 4 and apply the
374
374
change:
375
375
376
376
``` sh
377
- $ cat deploy/cr .yaml
377
+ $ cat deploy/crds/cache_v1alpha1_memcached_cr .yaml
378
378
apiVersion: " cache.example.com/v1alpha1"
379
379
kind: " Memcached"
380
380
metadata:
You can’t perform that action at this time.
0 commit comments