Skip to content

Commit 7356c04

Browse files
author
gentele
committed
improve up: permissions check
1 parent 0732516 commit 7356c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/up.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func (cmd *UpCmd) ensureClusterRoleBinding() error {
283283
return roleBindingErr
284284
}
285285
} else {
286-
log.Fatal("Permissions missing: Please create the ClusterRoleBinding '" + clusterRoleBindingName + "' manually")
286+
log.Warn("Unable to check permissions: If you run into errors, please create the ClusterRoleBinding '" + clusterRoleBindingName + "' as described here: https://devspace.covexo.com/docs/advanced/rbac.html")
287287
}
288288
}
289289
return nil

0 commit comments

Comments
 (0)