diff --git a/website/docs/expansion.md b/website/docs/expansion.md index 232149ead13..5e5f61a6a9e 100644 --- a/website/docs/expansion.md +++ b/website/docs/expansion.md @@ -89,7 +89,7 @@ The `ExpansionTemplate` custom resource specifies: the `ExpansionTemplate`, the enforcement action set by the Constraint in violation will be used. -Here is an example of a `ExpansionTemplate` that specifies that `DeamonSet`, +Here is an example of a `ExpansionTemplate` that specifies that `DaemonSet`, `Deployment`, `Job`, `ReplicaSet`, `ReplicationController`, and `StatefulSet` should be expanded into a `Pod`. @@ -101,7 +101,7 @@ metadata: spec: applyTo: - groups: ["apps"] - kinds: ["DeamonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"] + kinds: ["DaemonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"] versions: ["v1"] templateSource: "spec.template" enforcementAction: "warn" diff --git a/website/versioned_docs/version-v3.10.x/expansion.md b/website/versioned_docs/version-v3.10.x/expansion.md index 232149ead13..5e5f61a6a9e 100644 --- a/website/versioned_docs/version-v3.10.x/expansion.md +++ b/website/versioned_docs/version-v3.10.x/expansion.md @@ -89,7 +89,7 @@ The `ExpansionTemplate` custom resource specifies: the `ExpansionTemplate`, the enforcement action set by the Constraint in violation will be used. -Here is an example of a `ExpansionTemplate` that specifies that `DeamonSet`, +Here is an example of a `ExpansionTemplate` that specifies that `DaemonSet`, `Deployment`, `Job`, `ReplicaSet`, `ReplicationController`, and `StatefulSet` should be expanded into a `Pod`. @@ -101,7 +101,7 @@ metadata: spec: applyTo: - groups: ["apps"] - kinds: ["DeamonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"] + kinds: ["DaemonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"] versions: ["v1"] templateSource: "spec.template" enforcementAction: "warn" diff --git a/website/versioned_docs/version-v3.11.x/expansion.md b/website/versioned_docs/version-v3.11.x/expansion.md index 232149ead13..5e5f61a6a9e 100644 --- a/website/versioned_docs/version-v3.11.x/expansion.md +++ b/website/versioned_docs/version-v3.11.x/expansion.md @@ -89,7 +89,7 @@ The `ExpansionTemplate` custom resource specifies: the `ExpansionTemplate`, the enforcement action set by the Constraint in violation will be used. -Here is an example of a `ExpansionTemplate` that specifies that `DeamonSet`, +Here is an example of a `ExpansionTemplate` that specifies that `DaemonSet`, `Deployment`, `Job`, `ReplicaSet`, `ReplicationController`, and `StatefulSet` should be expanded into a `Pod`. @@ -101,7 +101,7 @@ metadata: spec: applyTo: - groups: ["apps"] - kinds: ["DeamonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"] + kinds: ["DaemonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"] versions: ["v1"] templateSource: "spec.template" enforcementAction: "warn"