Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ func createRBACObjects() (returnError error) {
// Identify the label to add based on the resource name
_, label := getAppLabelForResource(user)
// Create multiple SCC with name same as 'user'
// This will be changed in the future to accomodate one SCC to hold all three users
// This will be changed in the future to accommodate one SCC to hold all three users
if returnError = CreateOpenShiftTridentSCC(user, strings.Split(label, "=")[1]); returnError != nil {
returnError = fmt.Errorf("could not create security context constraint; %v", returnError)
return returnError
Expand Down