Omit Namespace from ServiceAccount
Signed-off-by: Justin Lamp <justin.lamp@netways.de>
This commit is contained in:
parent
a63a0758de
commit
f77ab507f6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue