Add CloudNativePG Helm Flux Repository
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cnpg
|
||||
namespace: cnpg-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cnpg/cloudnative-pg
|
||||
interval: 12h0m0s
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cnpg
|
||||
namespace: cnpg-system
|
||||
install:
|
||||
crds: Create
|
||||
interval: 30m0s
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
status: {}
|
||||
Reference in New Issue
Block a user