docs: fix a typo

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2024-12-05 11:00:00 +01:00 committed by Leonardo Cecchi
parent de320fdb7c
commit 8aa7b96385
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ type InstanceSidecarConfiguration struct {
// +kubebuilder:default=180
CacheTTL *int `json:"cacheTTL,omitempty"`
// The environment to be explicitely passed to the sidecar
// The environment to be explicitly passed to the sidecar
// +optional
Env []corev1.EnvVar `json:"env,omitempty"`
}

View File

@ -390,7 +390,7 @@ spec:
minimum: 0
type: integer
env:
description: The environment to be explicitely passed to the sidecar
description: The environment to be explicitly passed to the sidecar
items:
description: EnvVar represents an environment variable present
in a Container.