Skip to content

Commit

Permalink
fixes #215 - remove duplicate configmap volumemount defnition on pupp…
Browse files Browse the repository at this point in the history
…etdb deployment
  • Loading branch information
anthonysomerset committed May 2, 2024
1 parent 81ce874 commit 2473358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions templates/puppetdb-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2473358

Please sign in to comment.