Skip to content

Commit 674a4ae

Browse files
committed
docs: minor change
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent 912bcfe commit 674a4ae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

api/v1/objectstore_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type InstanceSidecarConfiguration struct {
4545
// +optional
4646
AdditionalContainerArgs []string `json:"additionalContainerArgs,omitempty"`
4747

48-
// The instances' log level, one of the following values: error, warning, info (default), debug, trace
48+
// The log level for PostgreSQL instances. Valid values are: `error`, `warning`, `info` (default), `debug`, `trace`
4949
// +kubebuilder:default:=info
5050
// +kubebuilder:validation:Enum:=error;warning;info;debug;trace
5151
// +optional

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ spec:
564564
type: array
565565
logLevel:
566566
default: info
567-
description: 'The instances'' log level, one of the following
568-
values: error, warning, info (default), debug, trace'
567+
description: 'The log level for PostgreSQL instances. Valid values
568+
are: `error`, `warning`, `info` (default), `debug`, `trace`'
569569
enum:
570570
- error
571571
- warning

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ spec:
563563
type: array
564564
logLevel:
565565
default: info
566-
description: 'The instances'' log level, one of the following
567-
values: error, warning, info (default), debug, trace'
566+
description: 'The log level for PostgreSQL instances. Valid values
567+
are: `error`, `warning`, `info` (default), `debug`, `trace`'
568568
enum:
569569
- error
570570
- warning

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _Appears in:_
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. | | | |
3232
| `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. | | | |
33-
| `logLevel` _string_ | The instances' log level, one of the following values: error, warning, info (default), debug, trace | | info | Enum: [error warning info debug trace] <br /> |
33+
| `logLevel` _string_ | The log level for PostgreSQL instances. Valid values are: `error`, `warning`, `info` (default), `debug`, `trace` | | info | Enum: [error warning info debug trace] <br /> |
3434

3535

3636
#### ObjectStore

0 commit comments

Comments
 (0)