Skip to content

Commit a904774

Browse files
authored
fix(helm): Remove leftover from debugging (db-migration-checker) (#10683)
1 parent 104772a commit a904774

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

helm/defectdojo/templates/_helpers.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Create chart name and version as used by the chart label.
136136
command:
137137
- sh
138138
- -c
139-
# - tail -f /dev/null
140139
- while ! /app/manage.py migrate --check; do echo "Database is not migrated to the latest state yet"; sleep 5; done;
141140
image: '{{ template "django.uwsgi.repository" . }}:{{ .Values.tag }}'
142141
imagePullPolicy: {{ .Values.imagePullPolicy }}

0 commit comments

Comments
 (0)