software/components/osdu-system/database.yaml (29 lines of code) (raw):
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cnpg
namespace: flux-system
spec:
interval: 5m
url: https://cloudnative-pg.github.io/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: database-operator
namespace: flux-system
spec:
targetNamespace: osdu-system
releaseName: database-operator
chart:
spec:
chart: cloudnative-pg
sourceRef:
kind: HelmRepository
name: cnpg
namespace: flux-system
install:
remediation:
retries: 3
interval: 10m0s