mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
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:
@@ -151,4 +151,5 @@ spec:
|
||||
replica:
|
||||
self: home
|
||||
primary: home
|
||||
source: home # required unconditionally by the admission webhook, even though home isn't actually replicating from anyone right now (self == primary)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user