From e77664f3252d846421fbc66a6e10826c42ccbb56 Mon Sep 17 00:00:00 2001 From: Paul Sweeney <github@kolossi.co.uk> Date: Mon, 5 Jul 2021 11:43:51 +0100 Subject: [PATCH] Update docs/migration-example/my.release-0.8.jsonnet - typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Krupa <pawel@krupa.net.pl> --- docs/migration-example/my.release-0.8.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-example/my.release-0.8.jsonnet b/docs/migration-example/my.release-0.8.jsonnet index 2902590f..e3c5a733 100644 --- a/docs/migration-example/my.release-0.8.jsonnet +++ b/docs/migration-example/my.release-0.8.jsonnet @@ -231,7 +231,7 @@ local kp = rules: [{ apiGroups: ['policy'], resources: ['podsecuritypolicies'], - verbs: ['use'] + verbs: ['use'], resourceNames: ['node-exporter'] }], }, -- GitLab