diff --git a/deploy/charts/approver-policy/README.md b/deploy/charts/approver-policy/README.md index 92278551..f9d8b32e 100644 --- a/deploy/charts/approver-policy/README.md +++ b/deploy/charts/approver-policy/README.md @@ -119,7 +119,7 @@ Extra CLI arguments that will be passed to the approver-policy process. > - clusterissuers.cert-manager.io/* > ``` -List if signer names that approver-policy will be given permission to approve and deny. CertificateRequests referencing these signer names can be processed by approver-policy. +List of signer names that approver-policy will be given permission to approve and deny. CertificateRequests referencing these signer names can be processed by approver-policy. ref: https://cert-manager.io/docs/concepts/certificaterequest/#approval diff --git a/deploy/charts/approver-policy/values.schema.json b/deploy/charts/approver-policy/values.schema.json index 7a0de84f..348ab8f6 100644 --- a/deploy/charts/approver-policy/values.schema.json +++ b/deploy/charts/approver-policy/values.schema.json @@ -103,7 +103,7 @@ "issuers.cert-manager.io/*", "clusterissuers.cert-manager.io/*" ], - "description": "List if signer names that approver-policy will be given permission to approve and deny. CertificateRequests referencing these signer names can be processed by approver-policy.\n\nref: https://cert-manager.io/docs/concepts/certificaterequest/#approval", + "description": "List of signer names that approver-policy will be given permission to approve and deny. CertificateRequests referencing these signer names can be processed by approver-policy.\n\nref: https://cert-manager.io/docs/concepts/certificaterequest/#approval", "items": {}, "type": "array" }, diff --git a/deploy/charts/approver-policy/values.yaml b/deploy/charts/approver-policy/values.yaml index 30fdd942..857e031d 100644 --- a/deploy/charts/approver-policy/values.yaml +++ b/deploy/charts/approver-policy/values.yaml @@ -65,7 +65,7 @@ app: # Extra CLI arguments that will be passed to the approver-policy process. extraArgs: [] - # List if signer names that approver-policy will be given permission to + # List of signer names that approver-policy will be given permission to # approve and deny. CertificateRequests referencing these signer names can be # processed by approver-policy. #