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-rbac.yaml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cookie-rbac.yaml b/cookie-rbac.yaml
index 4cdbba0..50538ac 100644
--- a/cookie-rbac.yaml
+++ b/cookie-rbac.yaml
@@ -2,12 +2,12 @@
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
-  name: cookiereceipt-edit
+  name: cookierecipe-edit
 rules:
 - apiGroups:
   - de.eenfach.olbohlen
   resources:
-  - cookiereceipts
+  - cookierecipes
   verbs:
   - create
   - get
@@ -19,12 +19,12 @@
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
-  name: cookiereceipt-view
+  name: cookierecipe-view
 rules:
 - apiGroups:
   - de.eenfach.olbohlen
   resources:
-  - cookiereceipts
+  - cookierecipes
   verbs:
   - get
   - list
@@ -32,11 +32,11 @@
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRoleBinding
 metadata:
-  name: cookiereceipt-edit
+  name: cookierecipe-edit
 roleRef:
   apiGroup: rbac.authorization.k8s.io
   kind: ClusterRole
-  name: cookiereceipt-edit
+  name: cookierecipe-edit
 subjects:
 - apiGroup: rbac.authorization.k8s.io
   kind: Group

--
Gitblit v1.9.3