Skip to content

Commit da76557

Browse files
authored
Update README.md
1 parent e54c891 commit da76557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ It provides facilities to compose Kubernetes resources and describes how the res
77
should be reconciled. It supports conditional resources in runtime and ordering of resource reconciliation.
88
In other words, it also allows you to write **workflows** over resources in a **GitOps** friendly way.
99

10-
The project is implemented as a thin layer on top of battle-tested [workflow](https://javaoperatorsdk.io/docs/workflows/) and [dependent resources](https://javaoperatorsdk.io/docs/dependent-resources/) features of Java Operator SDK.
10+
The project is implemented as a thin layer on top of battle-tested [workflow](https://javaoperatorsdk.io/docs/workflows/) and [dependent resources](https://javaoperatorsdk.io/docs/dependent-resources/) features of Java Operator SDK
11+
- using [Quarkus based](https://github.com/quarkiverse/quarkus-operator-sdk) version of the framework.
1112

1213
## Documentation
1314

0 commit comments

Comments
 (0)