Skip to content

Commit 8aa7b96

Browse files
fcanovaileonardoce
authored andcommitted
docs: fix a typo
Signed-off-by: Francesco Canovai <[email protected]>
1 parent de320fd commit 8aa7b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1/objectstore_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type InstanceSidecarConfiguration struct {
3232
// +kubebuilder:default=180
3333
CacheTTL *int `json:"cacheTTL,omitempty"`
3434

35-
// The environment to be explicitely passed to the sidecar
35+
// The environment to be explicitly passed to the sidecar
3636
// +optional
3737
Env []corev1.EnvVar `json:"env,omitempty"`
3838
}

config/crd/bases/barmancloud.cnpg.io_objectstores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ spec:
390390
minimum: 0
391391
type: integer
392392
env:
393-
description: The environment to be explicitely passed to the sidecar
393+
description: The environment to be explicitly passed to the sidecar
394394
items:
395395
description: EnvVar represents an environment variable present
396396
in a Container.

0 commit comments

Comments
 (0)