Skip to content

Commit

Permalink
fix: remove typo from role path documentation
Browse files Browse the repository at this point in the history
Implements: hashicorp#155
  • Loading branch information
f4z3r committed Feb 5, 2023
1 parent df6d21a commit 7bcc906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ are allowed.`,
},
"bound_service_account_namespace_selector": {
Type: framework.TypeString,
Description: `A label selector for Kubernetes namspaces which are allowed to access this role.
Description: `A label selector for Kubernetes namespaces which are allowed to access this role.
Accepts either a JSON or YAML object. If set with bound_service_account_namespaces,
the conditions are disjuncted.`,
},
Expand Down

0 comments on commit 7bcc906

Please sign in to comment.