Skip to content

Commit

Permalink
Fix sidecars for PXC in the values
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Aug 27, 2021
1 parent 607dce7 commit 402abd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pxc-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The chart can be customized using the following configurable parameters:
| `pxc.configuration` | User defined MySQL options according to MySQL configuration file syntax | `` |
| `pxc.resources.requests` | PXC Pods resource requests | `{"memory": "1G", "cpu": "600m"}`|
| `pxc.resources.limits` | PXC Pods resource limits | `{}` |
| `pxc.sidecars` | PXC Pods sidecars | `{}` |
| `pxc.sidecars` | PXC Pods sidecars | `[]` |
| `pxc.sidecarResources.requests` | PXC sidecar resource requests | `{}` |
| `pxc.sidecarResources.limits` | PXC sidecar resource limits | `{}` |
| `pxc.nodeSelector` | PXC Pods key-value pairs setting for K8S node assingment | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pxc:
cpu: 600m
# db resources are sacred, so don't limit it.
limits: {}
sidecars: {}
sidecars: []
sidecarResources:
requests: {}
limits: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pxc:
limits: {}
# memory: 1G
# cpu: 600m
sidecars: {}
sidecars: []
sidecarResources:
requests: {}
limits: {}
Expand Down

0 comments on commit 402abd9

Please sign in to comment.