diff --git a/CHANGELOG.md b/CHANGELOG.md index ad03f1e..5bbe3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ NOTE: The change log until version `v0.2.4` is auto-generated. ## [v9.4.1](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v9.4.1) (2024-05-02) - Feat: allow option to import CA to only deal with CA and not puppetdb +- Fix: #215 fix invalid PuppetDB deployment when using customconfigs ## [v9.4.0](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v9.4.0) (2024-04-19) - Fix: Update Vox Pupuli Containers diff --git a/templates/puppetdb-deployment.yaml b/templates/puppetdb-deployment.yaml index 6a658a8..d17e1cf 100644 --- a/templates/puppetdb-deployment.yaml +++ b/templates/puppetdb-deployment.yaml @@ -352,11 +352,6 @@ spec: configMap: name: {{ include "puppetdb.fullname" . }}-custom-configs {{- end }} - {{- if .Values.puppetdb.customconfigs.enabled }} - - name: puppetdb-custom-configs - configMap: - name: puppetdb-custom-configs - {{- end }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }}