Skip to content

Commit

Permalink
add extraContainers and extraConfigmapMounts in pdp-pod
Browse files Browse the repository at this point in the history
  • Loading branch information
ninlil committed Mar 11, 2024
1 parent cb46ab2 commit 7efa6ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/enactor-pdp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Enactor PDP-server

type: application

version: 0.2.8
version: 0.2.9
appVersion: "1.0"

maintainers:
Expand Down
7 changes: 7 additions & 0 deletions charts/enactor-pdp/templates/statefulset-pdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,17 @@ spec:
- name: truststore
mountPath: /enactor/app/custom/trust

{{- if $root.Values.pdp.extraContainers }}
{{- toYaml $root.Values.pdp.extraContainers | nindent 8 }}
{{- end }}

volumes:
- name: truststore
secret:
secretName: {{ $root.Values.truststore.certSecret }}
{{- if $root.Values.pdp.extraConfigmapMounts }}
{{- toYaml $root.Values.pdp.extraConfigmapMounts | nindent 8 }}
{{- end }}

volumeClaimTemplates:
- metadata:
Expand Down

0 comments on commit 7efa6ca

Please sign in to comment.