Merge pull request #15672 from rcalago/master

Update README.md
This commit is contained in:
Loredana Crusoveanu 2024-01-18 09:45:00 +02:00 committed by GitHub
commit 366395f537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@
This sample demonstrates how to create a simple operator using the Java Operator Framework. In our case, the operator will facilitate
the deployment of a Dependency-Track instance on a cluster.
### Relevant Articles:
- [Create Kubernetes Operators with the Java Operator SDK](https://www.baeldung.com/java-kubernetes-operator-sdk)