From 76716683afc29efdd74fcbb9e1c2f64c8c47f5dd Mon Sep 17 00:00:00 2001 From: baschno Date: Thu, 15 May 2025 18:51:21 +0200 Subject: [PATCH] add github repo --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe63544..3c41027 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,10 @@ limitations under the License. ## What have I done? -Source: https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-177047337eae +Source: +Blog - https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-177047337eae +Repo - https://github.com/BackAged/tdset-operator + 1. Initialize project operator-sdk init --domain rs --repo github.com/baschno/tdset-operator --plugins=go/v4