Skip to content

Commit

Permalink
fix(helm): indentation for ServiceAccount annotations (aquasecurity#1795
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dowlingw authored Mar 6, 2022
1 parent bbccb5a commit 2193fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/trivy/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
{{ include "trivy.labels" . | indent 4 }}
{{- if (.Values.trivy.serviceAccount).annotations }}
annotations:
{{ toYaml .Values.trivy.serviceAccount.annotations | indent 8 }}
{{ toYaml .Values.trivy.serviceAccount.annotations | indent 4 }}
{{- end }}
namespace: {{ .Release.Namespace }}

0 comments on commit 2193fb3

Please sign in to comment.