diff --git a/api/v1/objectstore_types.go b/api/v1/objectstore_types.go index 120f5c6..c07e4a9 100644 --- a/api/v1/objectstore_types.go +++ b/api/v1/objectstore_types.go @@ -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"` } diff --git a/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml b/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml index 8e5c6cd..4f087b8 100644 --- a/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml +++ b/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml @@ -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.