From 1139345c8fbbd7e4e5d91d59daa336946a6ea4f7 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 18 Mar 2026 12:37:35 +1100 Subject: [PATCH] fix: puppet-compiler cant find ca 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 --- apps/base/puppet/service_puppetca.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/puppet/service_puppetca.yaml b/apps/base/puppet/service_puppetca.yaml index 2e52928..f62d4fc 100644 --- a/apps/base/puppet/service_puppetca.yaml +++ b/apps/base/puppet/service_puppetca.yaml @@ -13,6 +13,6 @@ spec: - name: puppetserver port: 8140 selector: - app.kubernetes.io/component: puppetserver-master + app.kubernetes.io/component: puppetserver app.kubernetes.io/name: puppetserver type: ClusterIP -- 2.47.3