planning stage:

- change from statefulset -> deployment
- manage the puppet.conf and puppetdb.conf
This commit is contained in:
2026-03-20 20:22:57 +11:00
parent f25117ab7f
commit 4b67ba3455
7 changed files with 129 additions and 16 deletions
+15 -1
View File
@@ -31,4 +31,18 @@ resources:
- service_puppetca.yaml
- service_puppetboard.yaml
- service_puppetdb.yaml
- statefulset_puppetserver-compiler.yaml
- deployment_puppetserver-compiler.yaml
configMapGenerator:
- name: compiler-autosign.conf
files:
- resources/compiler/autosign.conf
- name: compiler-puppet.conf
files:
- resources/compiler/puppet.conf
- name: compiler-puppetdb.conf
files:
- resources/compiler/puppetdb.conf
- name: puppet-cobbler-enc
files:
- resources/cobbler-enc