Add CloudNativePG Helm Flux Repository
This commit is contained in:
20
infrastructure/hydra/cloud-native-pg/helm-release.yaml
Normal file
20
infrastructure/hydra/cloud-native-pg/helm-release.yaml
Normal file
@@ -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: {}
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: cnpg
|
||||
namespace: cnpg-system
|
||||
spec:
|
||||
interval: 24h0m0s
|
||||
url: https://cloudnative-pg.github.io/charts
|
||||
status: {}
|
||||
6
infrastructure/hydra/cloud-native-pg/namespace.yaml
Normal file
6
infrastructure/hydra/cloud-native-pg/namespace.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cnpg-system
|
||||
spec: {}
|
||||
status: {}
|
||||
Reference in New Issue
Block a user