From 97412256d3dfd62b38ba983f5da0de44fe9a2dce Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 23 Nov 2022 16:16:26 +0200 Subject: [PATCH] typo --- library/common/1.0.0/templates/spawner/_rbac.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/templates/spawner/_rbac.tpl b/library/common/1.0.0/templates/spawner/_rbac.tpl index b3e92ca0..465ed38d 100644 --- a/library/common/1.0.0/templates/spawner/_rbac.tpl +++ b/library/common/1.0.0/templates/spawner/_rbac.tpl @@ -14,7 +14,7 @@ {{- end -}} {{/* - Pass a serviceAccount object containing this single SA to the class, + Pass a RBAC object containing this single RBAC to the class, in order to create the object. Also pass "root" for includes to work. */}} {{- include "ix.v1.common.class.rbac" (dict "rbac" $rbacValues "root" $) -}}