We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a8fe5 commit 2366987Copy full SHA for 2366987
docs/documentation/workflows.md
@@ -43,6 +43,10 @@ reconciliation process.
43
condition holds or not. This is a very useful feature when your operator needs to handle different flavors of the
44
platform (e.g. OpenShift vs plain Kubernetes) and/or change its behavior based on the availability of optional
45
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.
50
51
## Defining Workflows
52
0 commit comments