fix(resources): do not set namespace in maester rolebinding
This commit is contained in:
parent
907618902e
commit
1fccf5f8dc
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
# Source: hydra/charts/hydra-maester/templates/rbac.yaml
|
# Source: hydra/charts/hydra-maester/templates/rbac.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
@ -26,7 +25,6 @@ metadata:
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: hydra-maester-account # Service account assigned to the controller pod.
|
name: hydra-maester-account # Service account assigned to the controller pod.
|
||||||
namespace: default
|
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
|
@ -53,7 +51,6 @@ metadata:
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: hydra-maester-account # Service account assigned to the controller pod.
|
name: hydra-maester-account # Service account assigned to the controller pod.
|
||||||
namespace: default
|
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: Role
|
kind: Role
|
||||||
|
|
Loading…
Reference in New Issue