Skip to content

Commit

Permalink
Merge pull request #341 from percona/K8SPG-602-readme
Browse files Browse the repository at this point in the history
K8SPG-602 - pg-operator - Fix Configuration Descriptions in README
  • Loading branch information
jvpasinatto authored Jun 26, 2024
2 parents bf0a223 + bca2ee5 commit 8fb7538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/pg-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pg-operator
description: 'A Helm chart to deploy the Percona Operator for PostgreSQL'
type: application
version: 2.3.5
version: 2.3.6
appVersion: 2.3.1
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions charts/pg-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Chart.
| `imagePullPolicy` | PG Operator Container pull policy | `Always`|
| `resources` | Resource requests and limits | `{}` |
| `nodeSelector` | Labels for Pod assignment | `{}` |
| `logStructured` | Force PXC operator to print JSON-wrapped log messages | `false` |
| `logLevel` | PXC Operator logging level | `INFO` |
| `disableTelemetry` | Disable sending PXC Operator telemetry data to Percona | `false`|
| `logStructured` | Force PG operator to print JSON-wrapped log messages | `false` |
| `logLevel` | PG Operator logging level | `INFO` |
| `disableTelemetry` | Disable sending PG Operator telemetry data to Percona | `false`|
| `watchNamespace` | Set this variable if the target cluster namespace differs from operators namespace | `` |
| `watchAllNamespaces` | K8S Cluster-wide operation | `false` |

Expand Down

0 comments on commit 8fb7538

Please sign in to comment.