fix(puppet): remove explicit clusterIP: null from puppetdb Service
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

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.
This commit is contained in:
2026-05-24 23:49:33 +10:00
parent dd282f59fb
commit d2443c9681
-1
View File
@@ -9,7 +9,6 @@ metadata:
name: puppetdb
namespace: puppet
spec:
clusterIP: null
ports:
- name: pdb-http
port: 8080