From b38bc247d87e0525a50eea506631c7e4a8e6afda Mon Sep 17 00:00:00 2001
From: joshvanl <vleeuwenjoshua@gmail.com>
Date: Fri, 9 Apr 2021 13:26:08 +0100
Subject: [PATCH] Adds disabling approval check to README.md

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index cabb5a4..84dcc6f 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,14 @@ NAME                                                       DESIRED   CURRENT   R
 replicaset.apps/step-issuer-controller-manager-9d74f5bff   1         1         1       1m
 ```
 
+#### Disable Approval Check
+
+The Step Issuer will wait for CertificateRequests to have an [approved condition
+set](https://cert-manager.io/docs/concepts/certificaterequest/#approval) before
+signing. If using an older version of cert-manager (pre v1.3), you can disable
+this check by supplying the command line flag `-disable-approval-check` to the
+Issuer Deployment.
+
 ### Adding a StepIssuer
 
 Now, we're going to use all the configuration values that we got after
-- 
GitLab