Skip to content
Snippets Groups Projects
Commit fbc4e171 authored by David Corbin's avatar David Corbin Committed by Sheng Yang
Browse files

Added helper image to helm chart

parent 5b2621b7
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ spec:
- /etc/config/config.json
- --provisioner-name
- {{ template "local-path-provisioner.provisionerName" . }}
- --helper-image
- "{{ .Values.helperImage.repository }}:{{ .Values.helperImage.tag }}"
volumeMounts:
- name: config-volume
mountPath: /etc/config/
......
......@@ -7,6 +7,10 @@ image:
tag: v0.0.14
pullPolicy: IfNotPresent
helperImage:
repository: busybox
tag: latest
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment