Skip to content

Commit 6cda969

Browse files
Jamstahjoelanford
authored andcommitted
ansible: Update docs to use CR instead of CRD where appropriate (#2150)
Doc implies that the CRD is included in extra vars, when its actually the CR.
1 parent e1c79ca commit 6cda969

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/ansible/dev/developer_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,10 @@ The structure passed to Ansible as extra vars is:
468468
"message": "Hello world 2",
469469
"new_parameter": "newParam",
470470
"_app_example_com_database": {
471-
<Full CRD>
471+
<Full CR>
472472
},
473473
"_app_example_com_database_spec": {
474-
<Full CRD .spec>
474+
<Full CR .spec>
475475
},
476476
}
477477
```

doc/ansible/dev/retroactively-owned-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ metadata:
2727
`kubectl edit` can be used to update the resources by hand. See below
2828
for example `ownerReference` and `annotations`.
2929

30-
## For objects in the same namespace as the Owner (CRD)
30+
## For objects in the same namespace as the Owner (CR)
3131

32-
Dependent resources `within the same namespace as the owning CR` are
32+
Dependent resources *within the same namespace as the owning CR* are
3333
tracked with the `ownerReference` field.
3434

3535
`ownerReference` structure:
@@ -50,7 +50,7 @@ metadata:
5050
uid: ad834522-d9a5-4841-beac-991ff3798c00
5151
```
5252

53-
## For objects which are NOT in the same namespace as the Owner (CRD)
53+
## For objects which are NOT in the same namespace as the Owner (CR)
5454

5555
An `annotation` is used instead of an `ownerReference` if the dependent
5656
resource is in a different namespace than the CR, or the dependent

0 commit comments

Comments
 (0)