k3s-cluster/cluster/apps/database/postgresql/helm-release.yaml

24 lines
546 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: postgresql
namespace: database
spec:
interval: 5m
chart:
spec:
chart: postgresql
version: 12.2.x
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
values:
auth:
username: k3spostgresql
existingSecret: "pgsql-secrets"
secretKeys:
adminPasswordKey: "adminPassword"
userPasswordKey: "userPassword"
replicationPasswordKey: "replicationPassword"