From 35f00858ae3769cc06d8ff49af1d166b88b0ba4e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 18 Mar 2026 12:39:38 +1100 Subject: [PATCH] fix: puppet-compiler cant find ca (#31) 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 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/31 --- 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