Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <csviri@gmail.com>
  • Loading branch information
csviri committed May 13, 2024
1 parent 94755b2 commit 3583d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ The specs of `GlueOperator` are almost identical to `Glue`, it just adds some ad
- **`apiVersion`** and **`kind`** - of the target custom resources.
- **`labelSelector`** - optional label selector for the target resources.
- **`clusterScoped`** - optional boolean value, if the parent resource is cluster scoped. Default is `false`.
- **`glueMetadata`** - you can customize the `Glue` resource created for each parent resource.
This is especially important when the parent is a cluster scoped resource. Using this
you can specify the **`name`** and **`namespace`** of the created `Glue`.
- **`glueMetadata`** - optionally, you can customize the `Glue` resource created for each parent resource.
This is especially important when the parent is a cluster scoped resource - in that case it is mandatory to set.
Using this you can specify the **`name`** and **`namespace`** of the created `Glue`.
See usage on the sample [secret-copy-operator](https://github.com/csviri/kubernetes-glue-operator/blob/main/src/test/resources/sample/secretcopy/secret-copy.operator.yaml#L10-L12).

See minimal `GlueOperator` [here](https://github.com/csviri/kubernetes-glue-operator/blob/main/src/test/resources/glueoperator/SimpleGlueOperator.yaml).
Expand Down

0 comments on commit 3583d5c

Please sign in to comment.