Skip to content

Commit

Permalink
Merge pull request #145 from pokt-foundation/patch/missing_subpath_un…
Browse files Browse the repository at this point in the history
…iversal_helm

Add subPath configuration to container mountConfigMaps
  • Loading branch information
HebertCL authored Nov 13, 2024
2 parents a23a321 + c9d0f9d commit 9de217e
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 9de217e

Please sign in to comment.