File tree 2 files changed +12
-0
lines changed 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 45
45
nodeSelector :
46
46
{{ toYaml . | nindent 8 }}
47
47
{{- end }}
48
+ {{- with .Values.coder.initContainers }}
49
+ initContainers :
50
+ {{ toYaml . | nindent 8 }}
51
+ {{- end }}
48
52
containers :
49
53
- name : coder
50
54
image : {{ include "coder.image" . | quote }}
Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ coder:
22
22
pullSecrets : []
23
23
# - name: "pull-secret"
24
24
25
+ # coder.initContainers -- Init containers for the deployment. See:
26
+ # https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
27
+ initContainers :
28
+ []
29
+ # - name: init-container
30
+ # image: busybox:1.28
31
+ # command: ['sh', '-c', "sleep 2"]
32
+
25
33
# coder.annotations -- The Deployment annotations. See:
26
34
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
27
35
annotations : {}
You can’t perform that action at this time.
0 commit comments