Reorganized cnpg

This commit is contained in:
2025-02-18 02:12:43 +01:00
parent 0a0d7f7a65
commit ae9bb78e2a
6 changed files with 34 additions and 15 deletions

View File

@@ -1,31 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: cnpg-system
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cnpg
namespace: cnpg-system
spec:
interval: 1m0s
url: https://cloudnative-pg.github.io/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cnpg
namespace: cnpg-system
spec:
chart:
spec:
chart: cloudnative-pg
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: cnpg
version: 0.22.0
interval: 1m0s
values:
replicaCount: 2

View File

@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- akri.yaml
- cloudnative-pg.yaml
- ./node-feature-discovery
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
- https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0