fixed language issues...;)

This commit is contained in:
Olaf Bohlen
2023-02-15 11:46:43 +01:00
parent e281d67b08
commit 267308dc0c
8 changed files with 60 additions and 60 deletions

View File

@@ -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 @@ rules:
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 @@ rules:
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