Skip to content

Commit

Permalink
simplify link (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
alewitt2 authored Jun 16, 2022
1 parent ad58b44 commit 22a1bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,12 @@ data:
**Options:**

- DEFAULT: `false`
- Prevents the controller from performing [user impersonation](https://github.com/razee-io/RemoteResource#user-impersonation)
- Prevents the controller from performing [user impersonation](#user-impersonation)
in all namespaces. Continues to allow user impersonation in the `razeedeploy`
namespace. To prevent privildge escalation, users should be restricted from
creating razeedeploy resources.
- `true`
- Allows the controller to perform [user impersonation](https://github.com/razee-io/RemoteResource#user-impersonation)
- Allows the controller to perform [user impersonation](#user-impersonation)
in all namespaces. **See important note below about steps that should be taken
to properly configure this feature before enabling.**

Expand Down

0 comments on commit 22a1bbd

Please sign in to comment.