Fix: replica.source is required unconditionally by the CNPG webhook

Confirmed live: 'spec.replica.source: Required value' even though home
isn't actually replicating from anyone (self == primary). Set to its own
self-referencing entry name.
This commit is contained in:
Scooby Husky
2026-08-19 00:23:08 -05:00
parent a095c27500
commit a21a8601f3
@@ -151,4 +151,5 @@ spec:
replica: replica:
self: home self: home
primary: home primary: home
source: home # required unconditionally by the admission webhook, even though home isn't actually replicating from anyone right now (self == primary)