Skip to content

Commit db83712

Browse files
committed
fix: removed example (as suggested by Armando)
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent b25ded4 commit db83712

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

api/v1/objectstore_types.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ type InstanceSidecarConfiguration struct {
4040

4141
// AdditionalContainerArgs is an optional list of command-line arguments
4242
// to be passed to the sidecar container when it starts.
43-
// The provided arguments are appended to the container’s default
44-
// arguments. This can be used, for example, to enable verbose logging.
45-
// Example: ["--log-level=debug"]
43+
// The provided arguments are appended to the container’s default arguments.
4644
// +optional
4745
AdditionalContainerArgs []string `json:"additionalContainerArgs,omitempty"`
4846
}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,7 @@ spec:
395395
description: |-
396396
AdditionalContainerArgs is an optional list of command-line arguments
397397
to be passed to the sidecar container when it starts.
398-
The provided arguments are appended to the container’s default
399-
arguments. This can be used, for example, to enable verbose logging.
400-
Example: ["--log-level=debug"]
398+
The provided arguments are appended to the container’s default arguments.
401399
items:
402400
type: string
403401
type: array

manifest.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,7 @@ spec:
394394
description: |-
395395
AdditionalContainerArgs is an optional list of command-line arguments
396396
to be passed to the sidecar container when it starts.
397-
The provided arguments are appended to the container’s default
398-
arguments. This can be used, for example, to enable verbose logging.
399-
Example: ["--log-level=debug"]
397+
The provided arguments are appended to the container’s default arguments.
400398
items:
401399
type: string
402400
type: array

web/docs/plugin-barman-cloud.v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _Appears in:_
2929
| `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 | | | |
3030
| `retentionPolicyIntervalSeconds` _integer_ | The retentionCheckInterval defines the frequency at which the<br />system checks and enforces retention policies. | | 1800 | |
3131
| `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. | | | |
32-
| `additionalContainerArgs` _string array_ | AdditionalContainerArgs is an optional list of command-line arguments<br />to be passed to the sidecar container when it starts.<br />The provided arguments are appended to the container’s default<br />arguments. This can be used, for example, to enable verbose logging.<br />Example: ["--log-level=debug"] | | | |
32+
| `additionalContainerArgs` _string array_ | AdditionalContainerArgs is an optional list of command-line arguments<br />to be passed to the sidecar container when it starts.<br />The provided arguments are appended to the container’s default arguments. | | | |
3333

3434

3535
#### ObjectStore

0 commit comments

Comments
 (0)