mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
docs: Fix typo in docs
This commit is contained in:
parent
86062681a9
commit
54fc3303cf
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ The expected `resources` field on the `main` container is expected to look like
|
||||||
```yaml
|
```yaml
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 150m
|
cpu: 100m
|
||||||
```
|
```
|
||||||
|
|
||||||
### Merge
|
### Merge
|
||||||
|
@ -79,5 +79,5 @@ The expected `resources` field on the `main` container is expected to look like
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
cpu: 150m
|
cpu: 100m
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue