From 267308dc0c2acb42d8ffaf871337a70122f54a42 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Wed, 15 Feb 2023 11:46:43 +0100
Subject: [PATCH] fixed language issues...;)

---
 cookie-crd.yaml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cookie-crd.yaml b/cookie-crd.yaml
index 2af44fb..8872577 100644
--- a/cookie-crd.yaml
+++ b/cookie-crd.yaml
@@ -1,13 +1,13 @@
 apiVersion: apiextensions.k8s.io/v1
 kind: CustomResourceDefinition
 metadata:
-  name: cookiereceipts.de.eenfach.olbohlen
+  name: cookierecipes.de.eenfach.olbohlen
 spec:
   group: de.eenfach.olbohlen
   names:
-    kind: CookieReceipt
-    plural: cookiereceipts
-    singular: cookiereceipt
+    kind: CookieRecipe
+    plural: cookierecipes
+    singular: cookierecipe
   scope: Namespaced
   versions:
     - name: v1
@@ -15,7 +15,7 @@
       storage: true
       schema:
         openAPIV3Schema:
-          description: "The CookieReceipt CRD is a k8s demo for enhancing functionality, it will not (unfortunately) provide you real cookies in the end..."
+          description: "The CookieRecipe CRD is a k8s demo for enhancing functionality, it will not (unfortunately) provide you real cookies in the end..."
           type: object
           properties:
             apiVersion:
@@ -40,7 +40,7 @@
                   type: string
                   description: where does this come from? (grandma, mum, the internet...)
                 ingredients:
-                  description: this list provides required ingredients for this receipt
+                  description: this list provides required ingredients for this recipe
                   type: array
                   x-kubernetes-list-type: atomic
                   items:

--
Gitblit v1.9.3