Skip to content

Commit

Permalink
Add subPath configuration to container mountConfigMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
HebertCL committed Nov 13, 2024
1 parent a23a321 commit c9d0f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/universal-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Universal Helm chart

type: application

version: 0.0.25
version: 0.0.26
# Not compatible with 0.0.1 due to change container.command

appVersion: "1.16.0"
Expand Down
1 change: 1 addition & 0 deletions charts/universal-helm/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ spec:
{{- range $cm := $dpl.mountConfigMaps }}{{/* # Volume mounts from mountConfigMaps */}}
- name: {{$cm.name}}
mountPath: {{ $cm.mountPath }}
subPath: {{ $cm.subPath }}
{{- end }}

{{- range $sec := $dpl.mountSecrets }}{{/* # Volume mounts from mountSecrets */}}
Expand Down

0 comments on commit c9d0f9d

Please sign in to comment.