File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 28
28
spec :
29
29
serviceAccountName : coder
30
30
restartPolicy : Always
31
+ {{- with .Values.coder.image.pullSecrets }}
32
+ imagePullSecrets :
33
+ {{- toYaml . | nindent 8 }}
34
+ {{- end }}
31
35
terminationGracePeriodSeconds : 60
32
36
containers :
33
37
- name : coder
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ coder:
17
17
# coder.image.pullPolicy -- The pull policy to use for the image. See:
18
18
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
19
19
pullPolicy : IfNotPresent
20
+ # coder.image.pullSecret -- The secret used for pulling the Coder image from
21
+ # a private registry.
22
+ pullSecrets : []
23
+ # - name: "pull-secret"
20
24
21
25
# coder.annotations -- The Deployment annotations. See:
22
26
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
You can’t perform that action at this time.
0 commit comments