Skip to content

Commit

Permalink
feat: show a warning message when no verifier is enabled for installa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
shahramk64 committed Aug 28, 2024
1 parent f12b6bb commit d8febbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/ratify/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{{- if not (or .Values.notation.enabled .Values.cosign.enabled .Values.sbom.enabled) }}
NOTES:
***********************************************************
WARNING: All verifiers are disabled.
It's recommended that at least one is enabled for proper functionality.
***********************************************************
{{- end }}

0 comments on commit d8febbb

Please sign in to comment.