Skip to content

Commit d1e6e35

Browse files
meysholdtroboquat
authored andcommitted
fixes #8829: db_encyption_key missing in db-migrations
1 parent b30b4e4 commit d1e6e35

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

chart/templates/db-migrations-job.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ spec:
4343
- name: db-migrations
4444
image: "{{ template "gitpod.comp.imageFull" (dict "root" . "gp" .Values "comp" $.Values.components.dbMigrations) }}"
4545
env:
46-
- name: "DB_USERNAME"
47-
value: "{{ $.Values.db.username }}"
48-
- name: "DB_PASSWORD"
49-
value: "{{ $.Values.db.password }}"
50-
- name: "DB_PORT"
51-
value: "{{ $.Values.db.port }}"
52-
- name: "DB_HOST"
53-
value: "{{ $.Values.db.host }}"
46+
{{ include "gitpod.container.dbEnv" $this | indent 8 }}
5447
command: ["sh","-c","/app/migrate.sh"]
5548
{{- end }}

0 commit comments

Comments
 (0)