Skip to content

Commit a9ca9a8

Browse files
jpbetzlavalamp
andauthored
Apply suggestions from code review
Co-authored-by: Daniel Smith <[email protected]>
1 parent 155e3ed commit a9ca9a8

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-api-machinery/3488-cel-admission-control

1 file changed

+3
-3
lines changed

keps/sig-api-machinery/3488-cel-admission-control/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ demonstrated successfully by multiple policy frameworks (see the survey further
366366

367367
- Reduces total amount of resource data needed to manage policies:
368368
- Params can be shared across multiple policies instead of copied. Multiple
369-
policies can be enforce different aspects of a "no external connections",
369+
policies can be enforcing different aspects of a "no external connections",
370370
for example, but can all share the configuration.
371371
- Policies can be configured in different ways for different use cases without
372372
having to copy the policy definition.
@@ -898,7 +898,7 @@ Policy bindings:
898898
- `DryRun` - for testing out a new binding during rollout, no failures or
899899
violations of any kind result in a deny, but are instead redirected to logs.
900900
This is a good mode for cluster administrators to use to check the potential
901-
impact of a policy before enableing it fully.
901+
impact of a policy before enabling it fully.
902902

903903
corresponding policy configuration:
904904

@@ -1262,7 +1262,7 @@ Rough plan:
12621262

12631263
#### Client visibility
12641264

1265-
In order to make `DryRun` more visibility to clients we will add a client
1265+
In order to make `DryRun` more visible to clients we will add a client
12661266
visibility option to policy bindings.
12671267

12681268
This is largely focused at making deployment/rollout more manageable.

0 commit comments

Comments
 (0)