We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a08c0d commit 6e61349Copy full SHA for 6e61349
2 files changed
helm/defectdojo/templates/django-deployment.yaml
@@ -20,6 +20,10 @@ metadata:
20
{{- end }}
21
spec:
22
replicas: {{ .Values.django.replicas }}
23
+ {{- with .Values.django.strategy }}
24
+ strategy:
25
+ {{- toYaml . | nindent 4 }}
26
+ {{- end }}
27
{{- if .Values.revisionHistoryLimit }}
28
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
29
helm/defectdojo/values.yaml
@@ -241,6 +241,7 @@ django:
241
memory: 256Mi
242
nodeSelector: {}
243
replicas: 1
244
+ strategy: {}
245
tolerations: []
246
uwsgi:
247
livenessProbe:
0 commit comments