File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : k8s-dev-pod
3
3
description : A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
4
4
type : application
5
- version : 0.1.3
5
+ version : 0.1.4
6
6
appVersion : " 0.1.0"
Original file line number Diff line number Diff line change 31
31
- name : dropbear
32
32
persistentVolumeClaim :
33
33
claimName : {{ .Release.Name }}-dropbear
34
+ {{- if .Values.volumes }}
35
+ {{- toYaml .Values.volumes | nindent 8 }}
36
+ {{- end }}
34
37
containers :
35
38
- name : {{ .Chart.Name }}
36
39
securityContext :
50
53
- name : dropbear
51
54
mountPath : /etc/dropbear
52
55
readOnly : false
56
+ {{- if .Values.volumeMounts }}
57
+ {{- toYaml .Values.volumeMounts | nindent 12 }}
58
+ {{- end }}
53
59
{{- with .Values.nodeSelector }}
54
60
nodeSelector :
55
61
{{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments