Skip to content

Commit c44c747

Browse files
authored
cleanup: Execute coderd directly (#176)
The entrypoint script previously set environment variables as flags to coderd. coderd now consumes the environment variables directly, removing the need for the script.
1 parent 2fee3d1 commit c44c747

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/coderd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ spec:
8181
{{- include "coder.postgres.env" . | indent 12 }}
8282
{{- include "coder.environments.configMapEnv" . | indent 12 }}
8383
command:
84-
- /entrypoint.sh
85-
args:
8684
- coderd
8785
- migrate
8886
- up
@@ -191,8 +189,6 @@ spec:
191189
{{- include "coder.environments.configMapEnv" . | indent 12 }}
192190
{{- include "coder.postgres.env" . | indent 12 }}
193191
command:
194-
- /entrypoint.sh
195-
args:
196192
- coderd
197193
{{- if not .Values.coderd.satellite.enable }}
198194
- run

0 commit comments

Comments
 (0)