Skip to content

Commit e816ba7

Browse files
thomasmckaylilic
authored andcommitted
doc/ansible/user-guide.md: Correct path in example (#1084)
1 parent c21d111 commit e816ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/ansible/user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@ INFO[0000] operator-sdk Version: 0.0.5+git
334334

335335
### Create a Memcached CR
336336

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:
338338

339339
```sh
340-
$ cat deploy/cr.yaml
340+
$ cat deploy/crds/cache_v1alpha1_memcached_cr.yaml
341341
apiVersion: "cache.example.com/v1alpha1"
342342
kind: "Memcached"
343343
metadata:
@@ -374,7 +374,7 @@ Change the `spec.size` field in the memcached CR from 3 to 4 and apply the
374374
change:
375375

376376
```sh
377-
$ cat deploy/cr.yaml
377+
$ cat deploy/crds/cache_v1alpha1_memcached_cr.yaml
378378
apiVersion: "cache.example.com/v1alpha1"
379379
kind: "Memcached"
380380
metadata:

0 commit comments

Comments
 (0)