We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d285cb commit 275622bCopy full SHA for 275622b
1 file changed
helm/defectdojo/templates/initializer-job.yaml
@@ -53,7 +53,7 @@ spec:
53
command:
54
- '/bin/bash'
55
- '-c'
56
- - '/wait-for-it.sh ${DD_DATABASE_HOST:-postgres}:${DD_DATABASE_PORT:-5432} -t 30 -s -- /bin/echo Database is up'
+ - '/wait-for-it.sh ${DD_DATABASE_HOST:-postgres}:${DD_DATABASE_PORT:-5432} -t 300 -s -- /bin/echo Database is up'
57
image: '{{ template "django.uwsgi.repository" . }}:{{ .Values.tag }}'
58
imagePullPolicy: {{ .Values.imagePullPolicy }}
59
{{- if .Values.securityContext.enabled }}
0 commit comments