Skip to content

Commit

Permalink
fix(cli): openshift cli install rbac path
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Apr 9, 2024
1 parent 4d465a7 commit 0d42fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/install/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func installClusterRoleBinding(ctx context.Context, c client.Client, collection
func installOpenShiftRoles(ctx context.Context, c client.Client, namespace string, customizer ResourceCustomizer, collection *kubernetes.Collection, force bool, global bool) error {
if global {
return ResourcesOrCollect(ctx, c, namespace, collection, force, customizer,
"/config/openshift/descoped/operator-cluster-role-openshift.yaml",
"/config/rbac/openshift/descoped/operator-cluster-role-openshift.yaml",
"/config/rbac/openshift/descoped/operator-cluster-role-binding-openshift.yaml",
)
} else {
Expand Down

0 comments on commit 0d42fca

Please sign in to comment.