Skip to content

Commit fe327fc

Browse files
DevSecOps-IsotrolSergio BastiánMaffooch
authored
Fixed extraEnv in Chart Values after upgrade (#10731)
* Fixed extraEnv in Chart Values after upgrade to App 2.37.0 and Chart 1.6.144 * Fixed extraEnv in Chart Values after upgrade to App 2.37.0 and Chart 1.6.144 * Fixed indentation in resources config * Chart version reverted * Update _helpers.tpl --------- Co-authored-by: Sergio Bastián <sbastian@isotrol.com> Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Co-authored-by: Cody Maffucci <cmmaffucci@gmail.com>
1 parent d5fd11a commit fe327fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/defectdojo/templates/_helpers.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Create chart name and version as used by the chart label.
141141
imagePullPolicy: {{ .Values.imagePullPolicy }}
142142
{{- if .Values.securityContext.enabled }}
143143
securityContext:
144-
{{- toYaml .Values.securityContext.djangoSecurityContext | nindent 10 }}
144+
{{- toYaml .Values.securityContext.djangoSecurityContext | nindent 4 }}
145145
{{- end }}
146146
envFrom:
147147
- configMapRef:
@@ -165,8 +165,8 @@ Create chart name and version as used by the chart label.
165165
key: postgresql-postgres-password
166166
{{- end }}
167167
{{- if .Values.extraEnv }}
168-
{{- toYaml .Values.extraEnv | nindent 8 }}
168+
{{- toYaml .Values.extraEnv | nindent 2 }}
169169
{{- end }}
170170
resources:
171-
{{- toYaml .Values.django.uwsgi.resources | nindent 10 }}
171+
{{- toYaml .Values.django.uwsgi.resources | nindent 4 }}
172172
{{- end -}}

0 commit comments

Comments
 (0)