fix: puppet-compiler cant find ca
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

the puppetca is not pointing to the puppetmasters which prevents the
puppet-compilers from starting, preventing puppetdb/puppetboard from
starting.

- point puppetca service -> puppetserver-master
This commit is contained in:
2026-03-18 12:37:35 +11:00
parent 276d8c1d78
commit 1139345c8f
+1 -1
View File
@@ -13,6 +13,6 @@ spec:
- name: puppetserver - name: puppetserver
port: 8140 port: 8140
selector: selector:
app.kubernetes.io/component: puppetserver-master app.kubernetes.io/component: puppetserver
app.kubernetes.io/name: puppetserver app.kubernetes.io/name: puppetserver
type: ClusterIP type: ClusterIP