From c364ac7f303ac7655645a196eb85b9e69962f1ae Mon Sep 17 00:00:00 2001 From: Adam Sandor <10675791+adam-sandor@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:42:23 +0100 Subject: [PATCH] chore(docs): make it easier to find real samples --- samples/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 samples/README.md diff --git a/samples/README.md b/samples/README.md new file mode 100644 index 0000000000..3af900da4f --- /dev/null +++ b/samples/README.md @@ -0,0 +1,4 @@ +This samples folder contains simple artificial samples used for testing the framework rather +than showing off its real-world usage. + +More realistic samples can be found here: https://github.com/java-operator-sdk/samples