From f548082e60312dd78bde7f36b6692433a1110e5f Mon Sep 17 00:00:00 2001 From: shahramk64 Date: Wed, 4 Sep 2024 14:20:17 +1000 Subject: [PATCH] =?UTF-8?q?chore:=20add=20description=20for=20notation.ena?= =?UTF-8?q?bled=20in=20the=20helm=20charts=20readme=E2=80=A6=20(#1778)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/ratify/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/ratify/README.md b/charts/ratify/README.md index 135f3ed0e..10ec62582 100644 --- a/charts/ratify/README.md +++ b/charts/ratify/README.md @@ -49,6 +49,7 @@ Values marked `# DEPRECATED` in the `values.yaml` as well as **DEPRECATED** in t | tolerations | Pod tolerations for the Ratify deployment | `[]` | | notationCerts | An array of public certificate/certificate chain used to create inline certstore used by Notation verifier | `` | | cosignKeys | An array of public keys used to create inline key management providers used by Cosign verifier | `[]` | +| notation.enabled | Enables/disables the built-in notation verifier. MUST be set to true for notation verification. | `true` | | cosign.enabled | Enables/disables cosign tag-based signature lookup in ORAS store. MUST be set to true for cosign verification. | `true` | | cosign.scopes | An array of scopes relevant to the single trust policy configured in Cosign verifier. A scope of '*' is a global wildcard character to represent all images apply. | `["*"]` | | cosign.rekorURL | URL string reference to remote rekor server. If not specified, implementation will default to use Rekor public good instance `https://rekor.sigstore.dev`. | `` |