mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Typo fix in glossary.md: cluser->cluster
cluser->cluster refers to to->refers to
This commit is contained in:
@@ -186,7 +186,7 @@ An _overlay_ is a [target] that modifies (and thus
|
||||
depends on) another target.
|
||||
|
||||
The [kustomization] in an overlay refers to (via file path,
|
||||
URI or other method) to _some other kustomization_, known as
|
||||
URI or other method) _some other kustomization_, known as
|
||||
its [base].
|
||||
|
||||
An overlay is unusable without its base.
|
||||
@@ -198,7 +198,7 @@ environment instances.
|
||||
The configuration of these environments is specified in
|
||||
individual overlays (one per environment) that all
|
||||
refer to a common base that holds common configuration.
|
||||
One configures the cluser like this:
|
||||
One configures the cluster like this:
|
||||
|
||||
> ```
|
||||
> kustomize build someapp/overlays/staging |\
|
||||
|
||||
Reference in New Issue
Block a user