Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos: polices -> policies #455

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading