Files
homelab/infrastructure/hydra/cloud-native-pg/helm-release.yaml
T

22 lines
391 B
YAML
Raw Normal View History

2026-04-30 13:18:59 -04:00
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cnpg
namespace: cnpg-system
spec:
chart:
spec:
2026-04-30 13:24:15 -04:00
chart: cloudnative-pg
2026-04-30 13:18:59 -04:00
interval: 12h0m0s
sourceRef:
kind: HelmRepository
name: cnpg
namespace: cnpg-system
2026-04-30 13:24:15 -04:00
version: 1.29.0
2026-04-30 13:18:59 -04:00
install:
crds: Create
interval: 30m0s
upgrade:
crds: CreateReplace
status: {}