File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -468,10 +468,10 @@ The structure passed to Ansible as extra vars is:
468
468
"message": "Hello world 2",
469
469
"new_parameter": "newParam",
470
470
"_app_example_com_database": {
471
- <Full CRD >
471
+ <Full CR >
472
472
},
473
473
"_app_example_com_database_spec": {
474
- <Full CRD .spec>
474
+ <Full CR .spec>
475
475
},
476
476
}
477
477
` ` `
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ metadata:
27
27
` kubectl edit` can be used to update the resources by hand. See below
28
28
for example `ownerReference` and `annotations`.
29
29
30
- # # For objects in the same namespace as the Owner (CRD )
30
+ # # For objects in the same namespace as the Owner (CR )
31
31
32
- Dependent resources ` within the same namespace as the owning CR` are
32
+ Dependent resources * within the same namespace as the owning CR* are
33
33
tracked with the `ownerReference` field.
34
34
35
35
`ownerReference` structure :
@@ -50,7 +50,7 @@ metadata:
50
50
uid: ad834522-d9a5-4841-beac-991ff3798c00
51
51
` ` `
52
52
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 )
54
54
55
55
An `annotation` is used instead of an `ownerReference` if the dependent
56
56
resource is in a different namespace than the CR, or the dependent
You can’t perform that action at this time.
0 commit comments