From 0b18734d65c6c27a609fee61d98f97fa08cfae45 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Thu, 3 Dec 2020 10:03:06 +0100
Subject: [PATCH] docs(kustomize): update limitations (#7874)

---
 lib/manager/kustomize/readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/manager/kustomize/readme.md b/lib/manager/kustomize/readme.md
index 33fef75469..28ceebdcb3 100644
--- a/lib/manager/kustomize/readme.md
+++ b/lib/manager/kustomize/readme.md
@@ -12,8 +12,9 @@ This package will manage two parts of the `kustomization.yaml` file:
 
 **Limitations**
 
+- Needs to have `kind: Kustomization` defined
 - Currently this hasn't been tested using https to fetch the repos
-- the image tags are limited to the following formats:
+- The image tags are limited to the following formats:
 
 ```
 - name: image/name
-- 
GitLab