From 937c2b3696c23ddc11bc258920b68ea620a3e588 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Sun, 01 Jan 2023 21:51:17 +0100
Subject: [PATCH] rolebinding had wrong subject

---
 cookieprocessor-sa.yaml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cookieprocessor-sa.yaml b/cookieprocessor-sa.yaml
index f1eec0b..05066ff 100644
--- a/cookieprocessor-sa.yaml
+++ b/cookieprocessor-sa.yaml
@@ -14,6 +14,5 @@
   kind: ClusterRole
   name: cookiereceipt-view
 subjects:
-- apiGroup: rbac.authorization.k8s.io
-  kind: ServiceAccount
+- kind: ServiceAccount
   name: cookieprocessor

--
Gitblit v1.9.3