Skip to content

Commit

Permalink
docs: removing quotes from the title in expansion template doc (open-…
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydipGabani authored and Mattes83 committed Oct 25, 2023
1 parent 445bc9f commit 1f002a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/expansion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: expansion
title: Validating Workload Resources using `ExpansionTemplate`s
title: Validating Workload Resources using ExpansionTemplate
---

`Feature State:` Gatekeeper version v3.10+ (alpha), version 3.13+ (beta)
Expand All @@ -14,7 +14,7 @@ A workload resource is a resource that creates other resources, such as a
[Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) or [Job](https://kubernetes.io/docs/concepts/workloads/controllers/job/). Gatekeeper can be configured to reject workload resources
that create a resource that violates a constraint.

## `ExpansionTemplate`s explained
## `ExpansionTemplate` explained

An `ExpansionTemplate` is a custom resource that Gatekeeper will use to create temporary, fake resources and validate the constraints against them. We refer to these resources that Gatekeeper creates for validation purposes as `expanded resources`. We refer to the `Deployment` or other workload resource as the `parent resource` and the act of creating those `expanded` resources as `expansion`.

Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-v3.13.x/expansion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: expansion
title: Validating Workload Resources using `ExpansionTemplate`s
title: Validating Workload Resources using ExpansionTemplate
---

`Feature State:` Gatekeeper version v3.10+ (alpha), version 3.13+ (beta)
Expand All @@ -14,7 +14,7 @@ A workload resource is a resource that creates other resources, such as a
[Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) or [Job](https://kubernetes.io/docs/concepts/workloads/controllers/job/). Gatekeeper can be configured to reject workload resources
that create a resource that violates a constraint.

## `ExpansionTemplate`s explained
## `ExpansionTemplate` explained

An `ExpansionTemplate` is a custom resource that Gatekeeper will use to create temporary, fake resources and validate the constraints against them. We refer to these resources that Gatekeeper creates for validation purposes as `expanded resources`. We refer to the `Deployment` or other workload resource as the `parent resource` and the act of creating those `expanded` resources as `expansion`.

Expand Down

0 comments on commit 1f002a5

Please sign in to comment.