From b84363c48020244212c5aadd6f5851f2e6ea878d Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Mon, 9 Dec 2024 11:56:02 +0100 Subject: [PATCH] fix: missing controller-gen run Signed-off-by: Francesco Canovai --- api/v1/zz_generated.deepcopy.go | 7 ------- config/crd/bases/barmancloud.cnpg.io_objectstores.yaml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/api/v1/zz_generated.deepcopy.go b/api/v1/zz_generated.deepcopy.go index 4a5e3bf..43b0574 100644 --- a/api/v1/zz_generated.deepcopy.go +++ b/api/v1/zz_generated.deepcopy.go @@ -35,13 +35,6 @@ func (in *InstanceSidecarConfiguration) DeepCopyInto(out *InstanceSidecarConfigu (*in)[i].DeepCopyInto(&(*out)[i]) } } - if in.Env != nil { - in, out := &in.Env, &out.Env - *out = make([]corev1.EnvVar, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceSidecarConfiguration. diff --git a/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml b/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml index e0fc874..397a4b8 100644 --- a/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml +++ b/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml @@ -383,7 +383,7 @@ spec: for the sidecar that runs in the instance pods. properties: 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.