Skip to content

Commit

Permalink
fix: disabling vuln-plugin causing operator to crash (#1185)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan authored Apr 25, 2023
1 parent 01235e7 commit 1d9f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data:
{{- with .Values.trivyOperator.scanJobCompressLogs }}
scanJob.compressLogs: {{ . | toJson | quote }}
{{- end }}
{{- if .Values.operator.vulnerabilityScannerEnabled }}
{{- if or .Values.operator.vulnerabilityScannerEnabled .Values.operator.exposedSecretScannerEnabled .Values.operator.scannerReportTTL }}
vulnerabilityReports.scanner: {{ .Values.trivyOperator.vulnerabilityReportsPlugin | quote }}
{{- end }}
{{- if .Values.operator.configAuditScannerEnabled }}
Expand Down

0 comments on commit 1d9f692

Please sign in to comment.