k8s/infrastructure/databases/cloudnative-pg/helmrelease.yaml

27 lines
491 B
YAML
Raw Normal View History

2026-04-07 07:26:22 +00:00
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cnpg
namespace: cnpg-system
spec:
2026-04-07 07:43:12 +00:00
interval: 1h
2026-04-07 07:26:22 +00:00
releaseName: cnpg
chart:
spec:
2026-04-07 08:09:53 +00:00
chart: cloudnative-pg
2026-04-07 07:26:22 +00:00
version: "*"
sourceRef:
kind: HelmRepository
name: cnpg
namespace: flux-system
2026-04-07 07:45:45 +00:00
install:
crds: Create
upgrade:
crds: CreateReplace
2026-04-07 07:26:22 +00:00
# values:
# replicaCount: 1
valuesFrom:
- kind: ConfigMap
name: cnpg-values
valuesKey: values.yaml