Skip to content

Commit

Permalink
add support for subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Peder Amlie committed Dec 11, 2020
1 parent be1e8a1 commit d6f657e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/platform-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: Platform service chart
name: platform-service
version: 1.0.14
version: 1.0.15
3 changes: 3 additions & 0 deletions charts/platform-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ spec:
{{- range .Values.volumes }}
- name: {{ .name }}
mountPath: {{ .mountPath }}
{{- if .subPath }}
subPath: {{ .subPath }}
{{- end }}
{{- end }}

resources:
Expand Down

0 comments on commit d6f657e

Please sign in to comment.