fixed typo in example

This commit is contained in:
Felipe M. 2024-04-29 22:56:14 +02:00
parent 656fb2fc80
commit 9a08321b37
Signed by: fmartingr
GPG Key ID: CCFBC5637D4000A8
1 changed files with 3 additions and 6 deletions

View File

@ -4,6 +4,9 @@ pub_date: 2024-03-25
---
tags: k3s, homelab
---
edit_comment:
**2024/04/29**: Fixed a typo in the CloudNative PostgreSQL Operator chart example. The `valuesContent` was incorrect as it used attributes from the `Cluster` CRD, not the Chart.
---
body:
I have my K3S cluster up and running, and I'm ready to deploy my first service. I'm going to start migrating one of the simplest services I have running in my current docker setup, the RSS reader [Miniflux](https://miniflux.app/).
@ -143,12 +146,6 @@ spec:
chart: cloudnative-pg
targetNamespace: cnpg-system
createNamespace: true
valuesContent: |-
mode: standalone
cluster:
instances: 2
backups:
enabled: true
```
```bash