2024-02-12 17:11:06 +00:00
|
|
|
---
|
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: pgsql-ha
|
|
|
|
namespace: app
|
|
|
|
spec:
|
2024-03-18 14:29:59 +00:00
|
|
|
ignore: true
|
2024-02-12 17:11:06 +00:00
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: postgresql-ha
|
|
|
|
reconcileStrategy: ChartVersion
|
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: bitnami
|
|
|
|
version: 12.3.7
|
|
|
|
interval: 1m0s
|