Files
HetznerTerra/infrastructure/addons/kustomization-cnpg.yaml
MichaelFisher1997 25ba4b7115
All checks were successful
Deploy Cluster / Terraform (push) Successful in 49s
Deploy Cluster / Ansible (push) Successful in 5m22s
fix: Add skipEmptyWalArchiveCheck annotation and B2 secret healthcheck to CNPG
- Skip WAL archive emptiness check so recovery works when restoring over
  an existing backup archive in B2
- Add healthCheck for b2-credentials secret in CNPG kustomization to
  prevent recovery from starting before ExternalSecret has synced
2026-03-29 03:15:23 +00:00

23 lines
483 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: addon-cnpg
namespace: flux-system
spec:
interval: 10m
prune: true
sourceRef:
kind: GitRepository
name: platform
path: ./infrastructure/addons/cnpg
wait: true
timeout: 10m
suspend: false
dependsOn:
- name: addon-cnpg-operator
- name: addon-external-secrets
healthChecks:
- apiVersion: v1
kind: Secret
name: b2-credentials
namespace: cnpg-cluster