File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ It has several attributes:
25
25
It is mandatory to set this for cluster scoped resources.
26
26
- ** ` resource ` ** - is the desired state of the resource applied by default using Server Side Apply. The resource is templated using
27
27
[ 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 .
30
30
- ** ` dependsOn ` ** - is a list of names of other child resources (not related resources). The resource is not reconciled until all the resources
31
31
which it depends on are not reconciled and ready (if there is a ` readyPostCondition ` present).
32
32
Note that during the cleanup phase (when a ` Glue ` is deleted) resources are cleaned up in reverse order.
You can’t perform that action at this time.
0 commit comments