mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 13:43:10 +01:00
docs: fix a typo
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
de320fdb7c
commit
8aa7b96385
@ -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"`
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user