File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 30
30
{ {- end } }
31
31
- server
32
32
{ {- end } }
33
+ envFrom:
34
+ { {- with .Values.coder.envFrom } }
35
+ { { toYaml . } }
36
+ { {- end } }
33
37
env:
34
38
- name: CODER_HTTP_ADDRESS
35
39
value: "0.0.0.0:8080"
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ coder:
21
21
# - name: "CODER_ACCESS_URL"
22
22
# value: "https://coder.example.com"
23
23
24
+ envFrom :
25
+ - secretRef :
26
+ name : " "
27
+
24
28
# coder.image -- The image to use for Coder.
25
29
image :
26
30
# coder.image.repo -- The repository of the image.
@@ -29,13 +33,13 @@ coder:
29
33
# if not set. If you're using the chart directly from git, the default
30
34
# app version will not work and you'll need to set this value. The helm
31
35
# chart helpfully fails quickly in this case.
32
- tag : " "
36
+ tag : " v2.1.5 "
33
37
# coder.image.pullPolicy -- The pull policy to use for the image. See:
34
38
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
35
39
pullPolicy : IfNotPresent
36
40
# coder.image.pullSecrets -- The secrets used for pulling the Coder image from
37
41
# a private registry.
38
- pullSecrets : []
42
+ pullSecrets :
39
43
# - name: "pull-secret"
40
44
41
45
# coder.initContainers -- Init containers for the deployment. See:
You can’t perform that action at this time.
0 commit comments