34 lines
622 B
YAML
34 lines
622 B
YAML
|
---
|
||
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||
|
kind: HelmRelease
|
||
|
metadata:
|
||
|
name: cloudnative-pg
|
||
|
namespace: fediverse
|
||
|
spec:
|
||
|
interval: 30m
|
||
|
chart:
|
||
|
spec:
|
||
|
chart: cloudnative-pg
|
||
|
version: 0.18.2
|
||
|
sourceRef:
|
||
|
kind: HelmRepository
|
||
|
name: cloudnative-pg
|
||
|
namespace: flux-system
|
||
|
maxHistory: 2
|
||
|
install:
|
||
|
createNamespace: true
|
||
|
remediation:
|
||
|
retries: 3
|
||
|
upgrade:
|
||
|
cleanupOnFail: true
|
||
|
remediation:
|
||
|
retries: 3
|
||
|
uninstall:
|
||
|
keepHistory: false
|
||
|
values:
|
||
|
crds:
|
||
|
create: true
|
||
|
config:
|
||
|
data:
|
||
|
INHERITED_ANNOTATIONS: kyverno.io/ignore
|