From d2443c968152bf8de6608432d1696df2d6c6f2e3 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 24 May 2026 23:49:33 +1000 Subject: [PATCH] fix(puppet): remove explicit clusterIP: null from puppetdb Service Setting clusterIP: null means ArgoCD's desired state has null but the live cluster assigns a real IP on creation. This causes permanent OutOfSync as the two values never match. Removing the field lets the API server own it without ArgoCD competing. --- apps/base/puppet/service_puppetdb.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/base/puppet/service_puppetdb.yaml b/apps/base/puppet/service_puppetdb.yaml index 2c6ddda..b1e6703 100644 --- a/apps/base/puppet/service_puppetdb.yaml +++ b/apps/base/puppet/service_puppetdb.yaml @@ -9,7 +9,6 @@ metadata: name: puppetdb namespace: puppet spec: - clusterIP: null ports: - name: pdb-http port: 8080