@@ -131,6 +131,7 @@ The following table lists the configurable parameters of the Puppetserver chart
131131| ` puppetserver.pullPolicy ` | puppetserver img pull policy | ` IfNotPresent ` |
132132| ` puppetserver.masters.resources ` | puppetserver masters resource limits | ``|
133133| ` puppetserver.masters.extraEnv ` | puppetserver masters additional container env vars | ``|
134+ | ` puppetserver.masters.updateStrategy ` | puppetserver masters update strategy | ` RollingUpdate ` |
134135| ` puppetserver.masters.readinessProbeInitialDelay ` | the initial delay for the puppetserver masters readiness probe | ` 180 ` |
135136| ` puppetserver.masters.readinessProbePeriodSeconds ` | how often (in seconds) to perform the puppetserver masters readiness probe | ` 60 ` |
136137| ` puppetserver.masters.readinessProbeTimeout ` | the timeout for the puppetserver masters readiness probe | ` 20 ` |
@@ -170,6 +171,7 @@ The following table lists the configurable parameters of the Puppetserver chart
170171| ` puppetserver.compilers.podAntiAffinity ` | puppetserver compilers pod affinity constraints | ` false ` |
171172| ` puppetserver.compilers.annotations ` | puppetserver compilers statefulset annotations | ``|
172173| ` puppetserver.compilers.extraEnv ` | puppetserver compilers additional container env vars | ``|
174+ | ` puppetserver.compilers.updateStrategy ` | puppetserver compilers update strategy | ` RollingUpdate ` |
173175| ` puppetserver.compilers.readinessProbeInitialDelay ` | the initial delay for the puppetserver masters readiness probe | ` 180 ` |
174176| ` puppetserver.compilers.readinessProbePeriodSeconds ` | how often (in seconds) to perform the puppetserver masters readiness probe | ` 60 ` |
175177| ` puppetserver.compilers.readinessProbeTimeout ` | the timeout for the puppetserver masters readiness probe | ` 20 ` |
@@ -240,6 +242,7 @@ The following table lists the configurable parameters of the Puppetserver chart
240242| ` puppetdb.pullPolicy ` | puppetdb img pull policy | ` IfNotPresent ` |
241243| ` puppetdb.resources ` | puppetdb resource limits | ``|
242244| ` puppetdb.extraEnv ` | puppetdb additional container env vars | ``|
245+ | ` puppetdb.updateStrategy ` | puppetdb update strategy | ` Recreate ` |
243246| ` puppetdb.metrics.enabled ` | puppetdb metrics enable/disable flag | ` false ` |
244247| ` puppetdb.customPersistentVolumeClaim.storage.enable ` | If true, use custom PVC for storage | ``|
245248| ` puppetdb.customPersistentVolumeClaim.storage.config ` | Configuration for custom PVC for storage | ``|
@@ -348,3 +351,4 @@ kill %[job_numbers_above]
348351* [ Erlon Pinheiro] ( https://github.com/erlonpinheiro ) , Contributor
349352* [ Reinier Schoof] ( https://github.com/skoef ) , Contributor
350353* [ Manasseh MMadu] ( https://github.com/mensaah ) , Contributor
354+ * [ Aidan] ( https://github.com/artificial-aidan ) , Contributor
0 commit comments