fup namespace seems to be needed
This commit is contained in:
parent
fe265a14b0
commit
0ef4a86c8c
|
@ -4,7 +4,6 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./resources/hydra
|
||||
- ./resources/hydra-dispatcher
|
||||
- ./resources/hydra-maester
|
||||
|
||||
components:
|
||||
- ./components/hydra-cnpg-database
|
||||
|
|
|
@ -26,6 +26,7 @@ metadata:
|
|||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: hydra-maester-account # Service account assigned to the controller pod.
|
||||
namespace: default
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
|
@ -52,6 +53,7 @@ metadata:
|
|||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: hydra-maester-account # Service account assigned to the controller pod.
|
||||
namespace: default
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
|
|
Loading…
Reference in New Issue