Skip to content

Commit

Permalink
adding pdp.extraVolumeMounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ninlil committed Mar 27, 2024
1 parent 6fc3f97 commit 8008f22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.10
version: 0.2.11
appVersion: "1.0"

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/enactor-pdp/templates/statefulset-pdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ spec:
resources: {{- toYaml $root.Values.pdp.resources | nindent 12 }}
{{- end }}

volumeMounts:
volumeMounts: {{ if $root.Values.pdp.extraVolumeMounts }}{{ toYaml $root.Values.pdp.extraVolumeMounts | nindent 12 }}{{ end }}
- name: pdp-home
mountPath: /enactor/app/home
- name: truststore
mountPath: /enactor/app/custom/trust

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

Expand Down
1 change: 1 addition & 0 deletions charts/enactor-pdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pdp:
## cpu: 0.5
## memory: 256Mi
requests: {}
extraVolumeMounts: []

pdc:
name: pdc
Expand Down

0 comments on commit 8008f22

Please sign in to comment.