Skip to content

Commit

Permalink
docs: Fix typo (#2669)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
Co-authored-by: Davis Haba <52938648+davis-haba@users.noreply.github.com>
Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com>
Co-authored-by: Anlan Du <adu47249@gmail.com>
Co-authored-by: Max Smythe <smythe@google.com>
  • Loading branch information
7 people committed Apr 6, 2023
1 parent b002bfe commit effa347
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/expansion.md
Expand Up @@ -35,7 +35,7 @@ webhooks, Gatekeeper leverages its
feature to allow mock resources to be manipulated into their desired form. In
the Istio example, `Assign` and `ModifySet` mutators could be configured to
mimic Istio sidecar injection. For further details on mutating mock resources
see the [Math Source](#match-source) section below, or to see a working example,
see the [Match Source](#match-source) section below, or to see a working example,
see the [Example](#example) section.

Any resources configured for expansion will be expanded by both the validating
Expand Down
2 changes: 1 addition & 1 deletion website/docs/workload-resources.md
Expand Up @@ -7,7 +7,7 @@ title: Working with Workload Resources

[Workload resources](https://kubernetes.io/docs/concepts/workloads/) are Kubernetes resources like Deployments or DaemonSets that create Pods by-way-of a controller. Because many Gatekeeper validation policies are written to enforce against Pods, like those found in the [Gatekeeper policy library](https://www.github.com/open-policy-agent/gatekeeper-library), it is important to recognize that Gatekeeper Pod violation messages will not be directly reported to the user when using the library as those Pods are created from workload resources.

To reject workload resources that can create a resource that violates a constraint, checkout the [Validation of Workflow Resources](expansion.md) feature available in Gatekeeper v3.10+.
To reject workload resources that can create a resource that violates a constraint, checkout the [Validation of Workload Resources](expansion.md) feature available in Gatekeeper v3.10+.

### Example

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.10.x/expansion.md
Expand Up @@ -35,7 +35,7 @@ webhooks, Gatekeeper leverages its
feature to allow mock resources to be manipulated into their desired form. In
the Istio example, `Assign` and `ModifySet` mutators could be configured to
mimic Istio sidecar injection. For further details on mutating mock resources
see the [Math Source](#match-source) section below, or to see a working example,
see the [Match Source](#match-source) section below, or to see a working example,
see the [Example](#example) section.

Any resources configured for expansion will be expanded by both the validating
Expand Down
Expand Up @@ -7,7 +7,7 @@ title: Working with Workload Resources

[Workload resources](https://kubernetes.io/docs/concepts/workloads/) are Kubernetes resources like Deployments or DaemonSets that create Pods by-way-of a controller. Because many Gatekeeper validation policies are written to enforce against Pods, like those found in the [Gatekeeper policy library](https://www.github.com/open-policy-agent/gatekeeper-library), it is important to recognize that Gatekeeper Pod violation messages will not be directly reported to the user when using the library as those Pods are created from workload resources.

To reject workload resources that can create a resource that violates a constraint, checkout the [Validation of Workflow Resources](expansion.md) feature available in Gatekeeper v3.10+.
To reject workload resources that can create a resource that violates a constraint, checkout the [Validation of Workload Resources](expansion.md) feature available in Gatekeeper v3.10+.

### Example

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.11.x/expansion.md
Expand Up @@ -35,7 +35,7 @@ webhooks, Gatekeeper leverages its
feature to allow mock resources to be manipulated into their desired form. In
the Istio example, `Assign` and `ModifySet` mutators could be configured to
mimic Istio sidecar injection. For further details on mutating mock resources
see the [Math Source](#match-source) section below, or to see a working example,
see the [Match Source](#match-source) section below, or to see a working example,
see the [Example](#example) section.

Any resources configured for expansion will be expanded by both the validating
Expand Down
Expand Up @@ -7,7 +7,7 @@ title: Working with Workload Resources

[Workload resources](https://kubernetes.io/docs/concepts/workloads/) are Kubernetes resources like Deployments or DaemonSets that create Pods by-way-of a controller. Because many Gatekeeper validation policies are written to enforce against Pods, like those found in the [Gatekeeper policy library](https://www.github.com/open-policy-agent/gatekeeper-library), it is important to recognize that Gatekeeper Pod violation messages will not be directly reported to the user when using the library as those Pods are created from workload resources.

To reject workload resources that can create a resource that violates a constraint, checkout the [Validation of Workflow Resources](expansion.md) feature available in Gatekeeper v3.10+.
To reject workload resources that can create a resource that violates a constraint, checkout the [Validation of Workload Resources](expansion.md) feature available in Gatekeeper v3.10+.

### Example

Expand Down

0 comments on commit effa347

Please sign in to comment.