Skip to content

Commit e52ef39

Browse files
authored
Update reference.md
1 parent 20e91a6 commit e52ef39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ It has several attributes:
2525
It is mandatory to set this for cluster scoped resources.
2626
- **`resource`** - is the desired state of the resource applied by default using Server Side Apply. The resource is templated using
2727
[qute templating engine](https://quarkus.io/guides/qute-reference), other resources can be referenced from the templates, see below.
28-
There is a restriction, that the child resource is namespaced, and the namespace is always the same as the namespace of the `Glue`
29-
(and/or parent for `GlueOperator`), so the `namespace` field in resource **metadata should not be specified**.
28+
If the resource is namespace scoped and the namespace attribute is not specified in `.metadata` automatically the namespace of `Glue`
29+
is used.
3030
- **`dependsOn`** - is a list of names of other child resources (not related resources). The resource is not reconciled until all the resources
3131
which it depends on are not reconciled and ready (if there is a `readyPostCondition` present).
3232
Note that during the cleanup phase (when a `Glue` is deleted) resources are cleaned up in reverse order.

0 commit comments

Comments
 (0)