apiVersion: v1 kind: Namespace metadata: name: cnpg-system labels: app.kubernetes.io/component: cnpg pod-security.kubernetes.io/enforce: privileged --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: cnpg namespace: flux-system spec: interval: 1h install: createNamespace: true targetNamespace: cnpg-system chart: spec: chart: cloudnative-pg version: 0.24.0 sourceRef: kind: HelmRepository name: cnpg-repo namespace: flux-system interval: 60m