22 lines
391 B
YAML
22 lines
391 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: cnpg
|
|
namespace: cnpg-system
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: cloudnative-pg
|
|
interval: 12h0m0s
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: cnpg
|
|
namespace: cnpg-system
|
|
version: 1.29.0
|
|
install:
|
|
crds: Create
|
|
interval: 30m0s
|
|
upgrade:
|
|
crds: CreateReplace
|
|
status: {}
|