Skip to content

Commit

Permalink
Merge pull request #901 from aquasecurity/codesec-agent-fix-bleedsecr…
Browse files Browse the repository at this point in the history
…ets-resources

change indent function to nindent function for bleedsecrets resources key
  • Loading branch information
semyonmor authored Oct 15, 2024
2 parents 16da045 + be1557d commit 6c8d4e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
name: {{ template "secretName" . }}

resources:
{{- toYaml $v.resources | indent 12 }}
{{- toYaml $v.resources | nindent 12 }}

{{- if .Values.ssl.enabled }}
volumeMounts:
Expand Down

0 comments on commit 6c8d4e6

Please sign in to comment.