Skip to content

Commit 08a9949

Browse files
authored
Add tolerations and nodeSelector env vars to init container (#137)
1 parent 14bde0b commit 08a9949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/coderd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ spec:
7070
- name: VERBOSE
7171
value: "true"
7272
{{- include "coder.postgres.env" . | indent 12 }}
73+
{{- include "coder.environments.configMapEnv" . | indent 12 }}
7374
command:
7475
- /entrypoint.sh
7576
args:

0 commit comments

Comments
 (0)