Add postgres operator and cluster Create gitlab database declaratively Update flake YES, YES, I KNOW THE PASSWORDS ARE DUMB AND WORLD READABLE
14 lines
292 B
YAML
14 lines
292 B
YAML
namespace: db
|
|
|
|
helmCharts:
|
|
# Install the operator first (with CRDs)
|
|
- name: cloudnative-pg
|
|
repo: "https://cloudnative-pg.github.io/charts/"
|
|
version: "0.23.2"
|
|
namespace: cnpg-system
|
|
releaseName: cnpg
|
|
includeCRDs: true
|
|
valuesInline:
|
|
crds:
|
|
create: true
|