There was an error while loading. Please reload this page.
1 parent f27f55a commit c729b24Copy full SHA for c729b24
1 file changed
controllers/apps/component/transformer_component_rbac.go
@@ -134,7 +134,6 @@ func (t *componentRBACTransformer) Transform(ctx graph.TransformContext, dag *gr
134
}
135
136
if sa != nil {
137
- objs = append(objs, sa)
138
// serviceAccount should be created before roleBinding and role
139
for _, rb := range rbs {
140
graphCli.DependOn(dag, rb, sa, role)
0 commit comments