Fix CNPG webhook drift for WAL timeout parameters #14
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-platform!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "13-deploy-cloudnativepg-operator-cluster-to"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
wal_receiver_timeoutandwal_sender_timeoutCNPG defaults in the CNPG Cluster manifest5min) when absent, causing Terraform provider "inconsistent result after apply" errors on everytofu applyChanges
terraform/main.tf: addedwal_receiver_timeout = "5min"andwal_sender_timeout = "5min"to thepostgresql.parametersblock in thekubernetes_manifest.cnpg_clusterresourceTest Plan
tofu fmt -checkpassestofu validatepassestofu planshows no drift for the CNPG cluster resource (requires live cluster)Review Checklist
tofu fmtandtofu validatepassRelated Notes
plan-2026-02-26-tf-modularize-postgres-- Phase 2