diff --git a/api/v1/objectstore_types.go b/api/v1/objectstore_types.go index be3939e..d9ceb52 100644 --- a/api/v1/objectstore_types.go +++ b/api/v1/objectstore_types.go @@ -40,9 +40,7 @@ type InstanceSidecarConfiguration struct { // AdditionalContainerArgs is an optional list of command-line arguments // to be passed to the sidecar container when it starts. - // The provided arguments are appended to the container’s default - // arguments. This can be used, for example, to enable verbose logging. - // Example: ["--log-level=debug"] + // The provided arguments are appended to the container’s default arguments. // +optional AdditionalContainerArgs []string `json:"additionalContainerArgs,omitempty"` } diff --git a/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml b/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml index 4ba8c22..0f733f0 100644 --- a/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml +++ b/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml @@ -395,9 +395,7 @@ spec: description: |- AdditionalContainerArgs is an optional list of command-line arguments to be passed to the sidecar container when it starts. - The provided arguments are appended to the container’s default - arguments. This can be used, for example, to enable verbose logging. - Example: ["--log-level=debug"] + The provided arguments are appended to the container’s default arguments. items: type: string type: array diff --git a/manifest.yaml b/manifest.yaml index 5cbd63a..fb157ea 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -394,9 +394,7 @@ spec: description: |- AdditionalContainerArgs is an optional list of command-line arguments to be passed to the sidecar container when it starts. - The provided arguments are appended to the container’s default - arguments. This can be used, for example, to enable verbose logging. - Example: ["--log-level=debug"] + The provided arguments are appended to the container’s default arguments. items: type: string type: array diff --git a/web/docs/plugin-barman-cloud.v1.md b/web/docs/plugin-barman-cloud.v1.md index 906d578..ea50bd9 100644 --- a/web/docs/plugin-barman-cloud.v1.md +++ b/web/docs/plugin-barman-cloud.v1.md @@ -29,7 +29,7 @@ _Appears in:_ | `env` _[EnvVar](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#envvar-v1-core) array_ | The environment to be explicitly passed to the sidecar | | | | | `retentionPolicyIntervalSeconds` _integer_ | The retentionCheckInterval defines the frequency at which the
system checks and enforces retention policies. | | 1800 | | | `resources` _[ResourceRequirements](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcerequirements-v1-core)_ | Resources define cpu/memory requests and limits for the sidecar that runs in the instance pods. | | | | -| `additionalContainerArgs` _string array_ | AdditionalContainerArgs is an optional list of command-line arguments
to be passed to the sidecar container when it starts.
The provided arguments are appended to the container’s default
arguments. This can be used, for example, to enable verbose logging.
Example: ["--log-level=debug"] | | | | +| `additionalContainerArgs` _string array_ | AdditionalContainerArgs is an optional list of command-line arguments
to be passed to the sidecar container when it starts.
The provided arguments are appended to the container’s default arguments. | | | | #### ObjectStore