Skip to content

Commit

Permalink
Merge branch 'main' of github.com:csviri/resource-workflow-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Apr 4, 2024
2 parents ba856dd + fe0171b commit ad88dcb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ spec:
# Omitted Details
```

There are multiple aspects to see here. When such resource created, the related four resource will be templated
and applied to the cluster. In case anything changes in the custom resource or the managed resources the reconciliation
There are multiple aspects to see here. If such a resource is created, the four related resources will be templated
and applied to the cluster. If anything changes in the custom or managed resources, the reconciliation
will be triggered again.

Note also the `condition` part for `Ingress` resource, there are multiple types of condition, here `JSCondition` is
used, which allows to write conditions in Javascript. The `Ingress` will be created if the `.spec.exposed` property
is true, if the property is changed to `false` after, the resource is deleted.
Note also the `condition` part for `Ingress` resource contains multiple types of conditions, `JSCondition` is
used in this example, which allows writing conditions in Javascript. The `Ingress` will be created if the `.spec.exposed` property
is true. If the property is changed to `false` after, the resource is deleted.

### The `Glue` Resource

`Glue` is very similar to `GlueOperator`, and has almost the same properties, but does not have a parent. Thus does not define an operator, just a set of resources to reconcile.

0 comments on commit ad88dcb

Please sign in to comment.