Skip to content

Commit

Permalink
Merge pull request #336 from berkerol/patch-1
Browse files Browse the repository at this point in the history
Update README.md to add watchAllNamespaces option
  • Loading branch information
tplavcic authored Jun 28, 2024
2 parents 8fb7538 + f313d3b commit 67ecb67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pxc-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.14.0
description: A Helm chart for deploying the Percona Operator for MySQL (based on Percona XtraDB Cluster)
name: pxc-operator
home: https://docs.percona.com/percona-operator-for-mysql/pxc/
version: 1.14.1
version: 1.14.2
maintainers:
- name: tplavcic
email: [email protected]
Expand Down
1 change: 1 addition & 0 deletions charts/pxc-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The chart can be customized using the following configurable parameters:
| `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` |
| `watchAllNamespaces` | Watch all namespaces (Install cluster-wide) | `false` |
| `watchNamespace` | Comma separated list of namespace(s) to watch when different from release namespace | `""` |
| `createNamespace` | Create the watched namespace(s) | `false` |
| `rbac.create` | If false RBAC will not be created. RBAC resources will need to be created manually | `true` |
Expand Down

0 comments on commit 67ecb67

Please sign in to comment.