From 0cfd14f46c75d2eef2ed792f2cb27c68415a6be1 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Tue, 21 Mar 2023 14:58:48 +0100
Subject: [PATCH] add README.org

---
 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