File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
helm/defectdojo/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Create chart name and version as used by the chart label.
141
141
imagePullPolicy: { { .Values.imagePullPolicy } }
142
142
{ {- if .Values.securityContext.enabled } }
143
143
securityContext:
144
- { {- toYaml .Values.securityContext.djangoSecurityContext | nindent 10 } }
144
+ { {- toYaml .Values.securityContext.djangoSecurityContext | nindent 4 } }
145
145
{ {- end } }
146
146
envFrom:
147
147
- configMapRef:
@@ -165,8 +165,8 @@ Create chart name and version as used by the chart label.
165
165
key: postgresql-postgres-password
166
166
{ {- end } }
167
167
{ {- if .Values.extraEnv } }
168
- { {- toYaml .Values.extraEnv | nindent 8 } }
168
+ { {- toYaml .Values.extraEnv | nindent 2 } }
169
169
{ {- end } }
170
170
resources:
171
- { {- toYaml .Values.django.uwsgi.resources | nindent 10 } }
171
+ { {- toYaml .Values.django.uwsgi.resources | nindent 4 } }
172
172
{ {- end -} }
You can’t perform that action at this time.
0 commit comments