mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 05:44:43 +08:00
fix(deploy): add namespace to cluster role binding in deploy manifest (#6020)
fix(deploy): add namespace to service account in deploy manifest Signed-off-by: cuisongliu <cuisongliu@qq.com>
This commit is contained in:
@@ -22,6 +22,7 @@ metadata:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: service-hubble-sa
|
||||
namespace: hubble-service
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: service-hubble-role
|
||||
|
||||
Reference in New Issue
Block a user