Skip to content

Commit

Permalink
use 'Enable' vs 'Enabled' for RBAC mode (#485)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Ramos <justin@gigster.com>
  • Loading branch information
Justin Ramos authored and timothysc committed Jul 13, 2018
1 parent b1d3b9a commit ddaf085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sonobuoy/app/rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// DisableRBACMode means rbac is always disable
DisableRBACMode RBACMode = "Disable"
// EnabledRBACMode means rbac is always enabled
EnabledRBACMode RBACMode = "Enabled"
EnabledRBACMode RBACMode = "Enable"
// DetectRBACMode means "query the server to see if RBAC is enabled"
DetectRBACMode RBACMode = "Detect"
)
Expand Down

0 comments on commit ddaf085

Please sign in to comment.