Skip to content

Commit

Permalink
fix(helm): trivy server value typo (#2001)
Browse files Browse the repository at this point in the history
Signed-off-by: ABWassim <wassim.belkacem99@gmail.com>
  • Loading branch information
ABWassim committed Apr 11, 2024
1 parent b56e499 commit 8b906fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/configmaps/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ data:
{{- else }}
trivy.mode: {{ .Values.trivy.mode | quote }}
{{- if eq .Values.trivy.mode "ClientServer" }}
trivy.serverURL: {{ required ".Values.trivy.serverUrl is required" .Values.trivy.serverUrl | quote }}
trivy.serverURL: {{ required ".Values.trivy.serverURL is required" .Values.trivy.serverURL | quote }}
{{- with .Values.trivy.clientServerSkipUpdate }}
trivy.clientServerSkipUpdate: {{ . | quote }}
{{- end }}
Expand Down

0 comments on commit 8b906fd

Please sign in to comment.