Skip to content
2 changes: 1 addition & 1 deletion website/docs/expansion.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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