Omit Namespace from ServiceAccount

Signed-off-by: Justin Lamp <justin.lamp@netways.de>
This commit is contained in:
Justin Lamp 2024-03-11 14:28:47 +01:00
parent a63a0758de
commit f77ab507f6
No known key found for this signature in database
GPG Key ID: 06D118614B977305
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: postgres-operator name: postgres-operator
namespace: default
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole