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

27 lines
475 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:
chart: cnpg
version: "*"
sourceRef:
kind: HelmRepository
name: cnpg
namespace: flux-system
2026-04-07 07:43:12 +00:00
install:
crds: Create
2026-04-07 07:44:24 +00:00
#upgrade:
# crds: CreateReplace
2026-04-07 07:26:22 +00:00
# values:
# replicaCount: 1
valuesFrom:
- kind: ConfigMap
name: cnpg-values
valuesKey: values.yaml