File tree 1 file changed +4
-0
lines changed
helm-charts/move2kube/templates
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
labels :
17
17
move2kube.konveyor.io/service : " {{ .Release.Name }}-move2kubeapi"
18
18
spec :
19
+ {{- if .Values.persistentVolumeClaim.enable }}
19
20
initContainers :
20
21
- name : change-perms
21
22
image : quay.io/konveyor/busybox
26
27
- name : common-volume
27
28
mountPath : /move2kube-api/data
28
29
subPath : move2kube-api/data
30
+ {{- end }}
29
31
containers :
30
32
- name : move2kubeapi
31
33
image : " quay.io/konveyor/move2kube-ui:{{ .Values.deployment.api.imageTag | default .Chart.AppVersion }}"
62
64
{{- end }}
63
65
- name : common-volume
64
66
mountPath : /move2kube-api/data
67
+ {{- if .Values.persistentVolumeClaim.enable }}
65
68
subPath : move2kube-api/data
69
+ {{- end }}
66
70
{{- if .Values.deployment.api.privilegedPods }}
67
71
- mountPath : /var/lib/containers
68
72
name : container-storage
You can’t perform that action at this time.
0 commit comments