Skip to content

Commit

Permalink
Fix typo: polices -> policies
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kravec <kravciak@gmail.com>
  • Loading branch information
kravciak committed Sep 25, 2024
1 parent a7e0058 commit 1456dff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/explanations/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ so finds the bound `policy-server` and reconciles it.
When creating, modifying or deleting a `ClusterAdmissionPolicy` or `AdmissionPolicy`,
a reconciliation loop activates in `kubewarden-controller`,
for the `policy-server` owning the policy.
This reconciliation loop creates a `ConfigMap` with all the polices bound to the `policy-server`.
This reconciliation loop creates a `ConfigMap` with all the policies bound to the `policy-server`.
Then the Deployment rollout of the `policy-server` starts.
It results in starting the new `policy-server` instance with the updated configuration.

Expand Down
2 changes: 1 addition & 1 deletion docs/explanations/context-aware-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: A description of Kubewarden context aware policies, what they are a
keywords: [ kubewarden, context-aware policy, clusteradmissionpolicy, admissionpolicy, admissionrequest, cluster administrator]
doc-persona: [kubewarden-policy-developer, kubewarden-integrator]
doc-type: [explanation]
doc-topic: [explanations, context-aware-polices]
doc-topic: [explanations, context-aware-policies]
---

<head>
Expand Down
2 changes: 1 addition & 1 deletion docs/explanations/mutating-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ EOF
Error from server: error when creating ".\\pause-user-group.yaml": admission webhook "psp-user-group.kubewarden.admission" denied the request: Request rejected by policy psp-user-group. The policy attempted to mutate the request, but it is currently configured to not allow mutations.
```

In conclusion, you can see Kubewarden replicates the same behavior as the deprecated Kubernetes Pod Security Polices (PSP).
In conclusion, you can see Kubewarden replicates the same behavior as the deprecated Kubernetes Pod Security Policies (PSP).
2 changes: 1 addition & 1 deletion docs/explanations/policy-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ spec:
operations:
- CREATE
- UPDATE
polices:
policies:
unique_service_selector:
module: registry://ghcr.io/kubewarden/policies/unique-service-selector-policy:v0.1.0
contextAwareResources:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/writing-policies/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Policy metadata
description: Using policy metadata when developing a Kubewarden policy.
keywords: [kubewarden, kubernetes policy development, policy metadata]
doc-type: [tutorial]
doc-topic: [kubewarden, writing-polices, policy-metadata]
doc-topic: [kubewarden, writing-policies, policy-metadata]
doc-persona: [kubewarden-policy-developer]
---

Expand Down

0 comments on commit 1456dff

Please sign in to comment.