Skip to content

Commit c729b24

Browse files
committed
fix
1 parent f27f55a commit c729b24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/apps/component/transformer_component_rbac.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ func (t *componentRBACTransformer) Transform(ctx graph.TransformContext, dag *gr
134134
}
135135

136136
if sa != nil {
137-
objs = append(objs, sa)
138137
// serviceAccount should be created before roleBinding and role
139138
for _, rb := range rbs {
140139
graphCli.DependOn(dag, rb, sa, role)

0 commit comments

Comments
 (0)