mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
fix: removed example (as suggested by Armando)
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
parent
b25ded4aa6
commit
db837121d5
@ -40,9 +40,7 @@ type InstanceSidecarConfiguration struct {
|
|||||||
|
|
||||||
// AdditionalContainerArgs is an optional list of command-line arguments
|
// AdditionalContainerArgs is an optional list of command-line arguments
|
||||||
// to be passed to the sidecar container when it starts.
|
// to be passed to the sidecar container when it starts.
|
||||||
// The provided arguments are appended to the container’s default
|
// The provided arguments are appended to the container’s default arguments.
|
||||||
// arguments. This can be used, for example, to enable verbose logging.
|
|
||||||
// Example: ["--log-level=debug"]
|
|
||||||
// +optional
|
// +optional
|
||||||
AdditionalContainerArgs []string `json:"additionalContainerArgs,omitempty"`
|
AdditionalContainerArgs []string `json:"additionalContainerArgs,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
@ -395,9 +395,7 @@ spec:
|
|||||||
description: |-
|
description: |-
|
||||||
AdditionalContainerArgs is an optional list of command-line arguments
|
AdditionalContainerArgs is an optional list of command-line arguments
|
||||||
to be passed to the sidecar container when it starts.
|
to be passed to the sidecar container when it starts.
|
||||||
The provided arguments are appended to the container’s default
|
The provided arguments are appended to the container’s default arguments.
|
||||||
arguments. This can be used, for example, to enable verbose logging.
|
|
||||||
Example: ["--log-level=debug"]
|
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
|||||||
@ -394,9 +394,7 @@ spec:
|
|||||||
description: |-
|
description: |-
|
||||||
AdditionalContainerArgs is an optional list of command-line arguments
|
AdditionalContainerArgs is an optional list of command-line arguments
|
||||||
to be passed to the sidecar container when it starts.
|
to be passed to the sidecar container when it starts.
|
||||||
The provided arguments are appended to the container’s default
|
The provided arguments are appended to the container’s default arguments.
|
||||||
arguments. This can be used, for example, to enable verbose logging.
|
|
||||||
Example: ["--log-level=debug"]
|
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
|||||||
@ -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 | | | |
|
| `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<br />system checks and enforces retention policies. | | 1800 | |
|
| `retentionPolicyIntervalSeconds` _integer_ | The retentionCheckInterval defines the frequency at which the<br />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. | | | |
|
| `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<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"] | | | |
|
| `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. | | | |
|
||||||
|
|
||||||
|
|
||||||
#### ObjectStore
|
#### ObjectStore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user