Skip to content

Commit 2366987

Browse files
authored
docs: note on activation condition (#2220)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 51a8fe5 commit 2366987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/documentation/workflows.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ reconciliation process.
4343
condition holds or not. This is a very useful feature when your operator needs to handle different flavors of the
4444
platform (e.g. OpenShift vs plain Kubernetes) and/or change its behavior based on the availability of optional
4545
resources / features (e.g. CertManager, a specific Ingress controller, etc.).
46+
47+
Activation condition is semi-experimental at the moment, and it has its limitations.
48+
For example event sources cannot be shared between multiple managed dependent resources which use activation condition.
49+
The intention is to further improve and explore the possibilities with this approach.
4650

4751
## Defining Workflows
4852

0 commit comments

Comments
 (0)