From f77ab507f612f125b207862d4827b6cf142f01c5 Mon Sep 17 00:00:00 2001 From: Justin Lamp Date: Mon, 11 Mar 2024 14:28:47 +0100 Subject: [PATCH] Omit Namespace from ServiceAccount Signed-off-by: Justin Lamp --- manifests/operator-service-account-rbac.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/operator-service-account-rbac.yaml b/manifests/operator-service-account-rbac.yaml index c10dc5fd7..154238d10 100644 --- a/manifests/operator-service-account-rbac.yaml +++ b/manifests/operator-service-account-rbac.yaml @@ -2,8 +2,6 @@ apiVersion: v1 kind: ServiceAccount metadata: name: postgres-operator - namespace: default - --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole