Skip to content

Commit

Permalink
fix helm deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn authored and yasker committed Aug 13, 2020
1 parent 4b751fb commit c8819aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
- {{ template "local-path-provisioner.provisionerName" . }}
- --helper-image
- "{{ .Values.helperImage.repository }}:{{ .Values.helperImage.tag }}"
- --configmap-name
- {{ .Values.configmap.name }}
volumeMounts:
- name: config-volume
mountPath: /etc/config/
Expand Down

0 comments on commit c8819aa

Please sign in to comment.