We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104772a commit a904774Copy full SHA for a904774
1 file changed
helm/defectdojo/templates/_helpers.tpl
@@ -136,7 +136,6 @@ Create chart name and version as used by the chart label.
136
command:
137
- sh
138
- -c
139
- # - tail -f /dev/null
140
- while ! /app/manage.py migrate --check; do echo "Database is not migrated to the latest state yet"; sleep 5; done;
141
image: '{{ template "django.uwsgi.repository" . }}:{{ .Values.tag }}'
142
imagePullPolicy: {{ .Values.imagePullPolicy }}
0 commit comments