Skip to content

Commit

Permalink
Merge pull request #46 from replicatedhq/fix-rolebinding
Browse files Browse the repository at this point in the history
update rolebinding from kotsadm-operator to kotsadm-api
  • Loading branch information
Frank Shotwell authored Sep 11, 2019
2 parents af0db20 + 8f02c54 commit 44e1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kotsadm/api_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func apiRoleBinding(namespace string) *rbacv1.RoleBinding {
Kind: "RoleBinding",
},
ObjectMeta: metav1.ObjectMeta{
Name: "kotsadm-operator-rolebinding",
Name: "kotsadm-api-rolebinding",
Namespace: namespace,
},
Subjects: []rbacv1.Subject{
Expand Down

0 comments on commit 44e1bf4

Please sign in to comment.