fix(puppet): remove explicit clusterIP: null from puppetdb Service #166

Merged
unkinben merged 1 commits from benvin/puppet-outsync-fix into main 2026-05-25 22:44:25 +10:00

1 Commits

Author SHA1 Message Date
unkinben d2443c9681 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.
2026-05-24 23:49:33 +10:00