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-operator-deployment.yaml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cookie-operator-deployment.yaml b/cookie-operator-deployment.yaml
index 5312f55..ea6916b 100644
--- a/cookie-operator-deployment.yaml
+++ b/cookie-operator-deployment.yaml
@@ -3,19 +3,19 @@
 metadata:
   creationTimestamp: null
   labels:
-    app: receipt-processor
-  name: receipt-processor
+    app: recipe-processor
+  name: recipe-processor
 spec:
   replicas: 1
   selector:
     matchLabels:
-      app: receipt-processor
+      app: recipe-processor
   strategy: {}
   template:
     metadata:
       creationTimestamp: null
       labels:
-        app: receipt-processor
+        app: recipe-processor
     spec:
       serviceAccountName: cookieprocessor
       containers:

--
Gitblit v1.9.3