mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-13 14:13: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
|
// +kubebuilder:default=180
|
||||||
CacheTTL *int `json:"cacheTTL,omitempty"`
|
CacheTTL *int `json:"cacheTTL,omitempty"`
|
||||||
|
|
||||||
// The environment to be explicitely passed to the sidecar
|
// The environment to be explicitly passed to the sidecar
|
||||||
// +optional
|
// +optional
|
||||||
Env []corev1.EnvVar `json:"env,omitempty"`
|
Env []corev1.EnvVar `json:"env,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
@ -390,7 +390,7 @@ spec:
|
|||||||
minimum: 0
|
minimum: 0
|
||||||
type: integer
|
type: integer
|
||||||
env:
|
env:
|
||||||
description: The environment to be explicitely passed to the sidecar
|
description: The environment to be explicitly passed to the sidecar
|
||||||
items:
|
items:
|
||||||
description: EnvVar represents an environment variable present
|
description: EnvVar represents an environment variable present
|
||||||
in a Container.
|
in a Container.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user